body {
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #F49500;
}
h3 {
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/img02.gif);
	background-repeat: no-repeat;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E23A2D;
}
#header #homepic {
	background-image: url(images/home-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #faqspic {
	background-image: url(images/faqs-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #testimonailspic {
	background-image: url(images/testimonials-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #whatpic {
	background-image: url(images/what-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #trypic {
	background-image: url(images/try-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #contactpic {
	background-image: url(images/contact-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #coachingpic {
	background-image: url(images/coaching-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header #aboutpic {
	background-image: url(images/about-pic.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#header h1 {
	float: right;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #999999;
	display: none;
	margin: 0px;
	width: 240px;
	text-align: center;
}

#header #toplinks {
	font-size: 12px;
	padding-top: 160px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #toplinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #toplinks li {
	display: inline;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3953B;
}
#header #toplinks .first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #toplinks  a {
	text-decoration: none;
	color: #F3953B;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

#header #toplinks  a:hover, #header #toplinks .current  {
	color: #DA3E2F;
}


/* Menu */

#menu {
	width: 760px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	line-height: normal;
	padding-left: 6px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#menu li {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0;
	background-color: #999999;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	background-image: url(images/buttons-back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	cursor: hand;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/buttons-end.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

#menu li.active a {
	color: #C90404;
	background-image: url(images/buttons-back-active.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu li.active b {
	background-image: url(images/buttons-end-active.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Left */

#left {
	float: left;
	width: 480px;
}
#left .main #resultstestimonials {
	color: #E23A2D;
}
#content #left .main #resultstestimonials p {
	font-size: 12px;
	line-height: 15px;
}


#content #left .main p {
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}
#content #left .main .panel {
	background-image: url(images/panel-back-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#content #left .main .panel p {
	background-image: url(images/panel-back-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#left .main H1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
}

#left .main h2 {
    margin-bottom: 5px;
	font-size: 14px;
}
#left .main h3{
	margin-bottom: 5px;
	font-size: 14px;
	color: #E13B2F;
	letter-spacing: normal;
}

#left .main ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left .main #homelist li {
	color: #F57D1B;
	list-style-image: url(images/list-star.gif);
}
#content #left .main .testimonial {
	background-image: url(images/testimonail-back.gif);
	display: block;
	height: 20px;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}




/* Right */

#right {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}
#content #right p {
	font-size: 11px;
	text-align: justify;
}


#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rightli ul {
	padding: 5px 0 30px 0;
}

#right li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#right a {
	text-decoration: none;
	color: #E23A2D;
}

#right a:hover {
	text-decoration: underline;
}

#right li i {
	font-style: normal;
	font-size: 9px;
}

#right h2 {
	font-size: 13px;
	text-transform: none;
	color: #E23A2D;
}

/* Footer */

#footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: both;
}

#footer p {
	text-align: center;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
