/**/

* { padding: 0; margin: 0; }

body {background:#376bbf;}
#wrapper {width:800px; margin:auto;}
#contentBody {margin-left:25px; margin-right:25px; margin:auto; width:800px; background:transparent url(images/bg_content.jpg) left top repeat;  }
	#centerContent {margin-left:25px; margin-right:25px; width:750px; text-align:center;}
#header {margin:0px; width:800px;}
#nav {margin:0px; height: 30px; width:740px; background:transparent url(images/bg_nav.gif) left top no-repeat; float:left; padding-top:4px; }
#navContent {margin:0px; height: 30px; width:740px; background:transparent url(images/bg_nav_contact.gif) left top no-repeat; float:left; padding-top:4px; }
#navAbout {margin:0px; height: 30px; width:740px; background:transparent url(images/bg_nav_about.gif) left top no-repeat; float:left; padding-top:4px; }
#navLearn {margin:0px; height: 30px; width:740px; background:transparent url(images/bg_nav_learn.gif) left top no-repeat; float:left; padding-top:4px; }
		#nav1{float:left; width:185px; text-align:center;}
		#nav2{float:left; width:185px; text-align:center;}
		#nav3{float:left; width:185px; text-align:center;}
		#nav4{float:left; width:185px; text-align:center;}

#content_subnav {margin-top:5px; width:739px; height:145px; background:transparent url(images/bg_sub_nav.gif) left top no-repeat; float:left; }
	#content_subnav1 {float:left; width:210px; text-align:left; margin-left:25px;}
	#content_subnav2 {float:left; width:220px; text-align:left; margin-left:25px;}
	#content_subnav3 {float:left; width:220px; text-align:left; margin-left:25px;}
	
#content_homeimg {margin-top:5px; width:740px; height:230px; background:transparent url(images/mountains.gif) left top no-repeat; float:left; }
	
#content_hometext {margin-top:5px; width:739px; float: left; }
	#content_hometext1 {float:left; width:200px; text-align:left; margin-left:10px;}
	#content_hometext2 {float:left; width:200px; text-align:left; margin-left:10px;}
	#content_hometext3 {float:left; width:180px; text-align:left; margin-left:10px;}

#footer {clear:both; margin-top:25px; height: 66px; width:800px; background:transparent url(images/bg_footer.gif) left top no-repeat;}
	#footer_LT { margin: 0; float:left; width:420px; text-align:left; padding: 5px 5px 5px 5px;}
	#footer_RT {margin:0; float:left; width:250px; text-align:right; padding: 5px 5px 5px 5px;}

	

/* ---- General elements ---- */
p, div, span, li {
	font-size:13px;
	text-decoration:none;
	color:#666699;
	font-family:Arial, Helvetica, sans-serif;
}


.clr {clear:both;}
img.pad { padding-right: 10px; padding-bottom: 10px;}
hr.color { color: #99cdeb;}





.topmenu:link{
	color: #FFFFFF; text-decoration:none; padding: 15px 0px 0 0px 0px ;font-weight:bold; font-size:18px;
}
.topmenu:visited{
	color: #FFFFFF	text-decoration:none; padding: 15px 0px 0 0px  0px ; font-weight:bold; font-size:18px;
 }
 .topmenu:hover{
	color: #b6d8fb; text-decoration:none; padding: 15px 0px 0 0px  0px ; font-weight:bold; font-size:18px;
}

 .bold{
 	font-weight:BOLD;
}

 .subNavTitle{
 	font-size:20px; font-weight:bold; color: #376bbf;
}

.subNav{
 	font-size:17px; font-weight:bold; color: #FFFFFF;
}

.foot{
 	font-size:14px; font-weight:bold; color: #FFFFFF; line-height:15px;
}

.black1{
	color:#000000; font-size:14px;
}

.black{
	color:#25539b; font-size:14px;
}

.title{
	color:#666699; font-size:26px; font-weight:bold;
}

.subTitle{
	color:#666699; font-size:18px; font-weight:bold;
}


/*--Navigation sliding doors--*/

.btnSmoke {
	width: 140px;
	height: 25px;
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/buttonSmoking.jpg);
}

.btnSmoke:hover {
	background-image:url(images/buttonSmoking-o.jpg);
}

.btnWeight {
	width: 130px;
	height: 25px;
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/buttonWeight.jpg);
}

.btnWeight:hover {
	background-image:url(images/buttonWeight-o.jpg);
}


.btnStress {
	width: 140px;
	height: 25px;
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/buttonStress.jpg);
}

.btnStress:hover {
	background-image:url(images/buttonStress-o.jpg);
}


