/* ------------------------------------ 
	GENERAL PAGE SETUP
------------------------------------ */

html, body {
	padding:0;
	margin:1px 0 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #982A06;
}


/* holder styles */
#holder {
	width: 855px;
	background: #000000;
	margin: 20px auto 0 auto;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}





/* ------------------------------------ 
	TOP MENU AREAS
------------------------------------ */
#banner {
	height: 300px;
	width: 855px;
	float: left;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
#logo {	
	float:left;
	width:855px;
}
#top-nav {
	width:855px;
	text-align: center;
	float:left;
}

#topmenu {
	width:855px;
	margin: 0px 0 15px 0;
	text-align:center;
	float: left;
	height: 40px;
}
#top-menuBG {
	width:831px;
	background-image:url(../images/top-menu/nav-BG2.jpg);
	background-repeat: repeat;
	vertical-align: middle;
}

/* ------------------------------------ 
	HOME AREA 
------------------------------------ */


#mainbody_intro {
	width:855px;
	margin: 0px 0px 10px 0px;
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	float: left;
	background-color: #000000;
}
#mainbody_exercise {
	width:855px;
	margin: 5px 0px 10px 0px;
	background-image:url(../images/exercise.jpg);
	background-repeat:no-repeat;
	height: 224px;
}
#mainbody_diet {
	width:855px;
	margin: 5px 0px 10px 0px;
	background-image:url(../images/food.jpg);
	background-repeat:no-repeat;
	height: 224px;
}
#mainbody_interview {
	width:855px;
	margin: 5px 0px 10px 0px;
	background-image:url(../images/philosophy.jpg);
	background-repeat:no-repeat;
	height: 224px;
}
#mainbody_contact {
	width:855px;
	margin: 5px 0px 10px 0px;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	height: 370px;
}



#mainbody_textbox {
	width:580px;
	text-align:left;
	margin: 15px 20px 0px 255px;
	padding:0px;
	background-color: #000000;
}
#mainbody_textbox_left {
	width:540px;
	text-align:left;
	margin: 20px 295px 10px 20px;
	padding:0px;
}
#mainbody_textbox_right {
	width:550px;
	text-align:left;
	margin: 15px 20px 10px 295px;
	padding:0px;
}
#mainbody_textbox_contact {
	width:805px;
	margin: 15px 20px 10px 25px;
	padding:0px;
}



/* ------------------------------------ 
	MAIN AREA 
------------------------------------ */





/* ------------------------------------ 
	MAIN STYLES 
------------------------------------ */
.h1{
	font: 16px Century Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing: 1px;
	border: 1px solid #982A06;
	padding: 8px;
	margin: 0px 5px;
}
.h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
.h1 a:hover {
	color:#982A06;
	text-decoration:none;
}


.h2{
	font: 16px Century Gothic, Arial, Helvetica, sans-serif;
	color:#6771AD;
	letter-spacing: 1px;
	font-weight: bold;
}
	
.h3{
	font: bold 14px Century Gothic, Arial, Helvetica, sans-serif;
	color: #7D449C;
	letter-spacing: 1px;
}

.h4{
	font: 11px Century Gothic, Arial, Helvetica, sans-serif bold;
	line-height: 14px;
	color: #6771AD;
	letter-spacing: 1px;
}

.h5{
	font: 13px Century Gothic, Arial, Helvetica, sans-serif bold;
	line-height: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.h5 a{
	color: #FFFFFF;
	text-decoration:none;
}
.h5 a:hover{
	color: #7D449C;
	text-decoration:none;
}

.h6{
	font: 12px Century Gothic, Arial, Helvetica, sans-serif bold;
	font-style:italic;
	line-height: 17px;
	color: #FFFFFF;
	letter-spacing: 1px;
}


.text{
	font: 12px Century Gothic, Arial, Helvetica, sans-serif bold;
	line-height: 17px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.text a {
	color: #FFFFFF;
	text-decoration:underline;
}
.text a:hover {
	color: #6771AD;
	text-decoration:underline;
}





/* ------------------------------------ 
	FOOTER AREA
------------------------------------ */

#footerarea {
	background-color:#FFFFFF;
	margin:7px 0px 0px 0px;
	border-top: 1px solid #333333;
	width: 855px;
	padding: 0px 0px 0px 0px;
}
#footerLHS {
	width: 420px;
	margin: 7px 0px 5px 0px;
	float:left;
	text-align: left;
}
#footerRHS {
	width: 420px;
	margin: 7px 0px 5px 0px;
	float:right;
	text-align: right;
}





/* ------------------------------------ 
	FOOTER STYLES
------------------------------------ */

.footer {
	font: 10px Century Gothic, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color:#000000;
}
.footer a {
	color: #000000;
	text-decoration:none;
}
.footer a:hover {
	color: #65377E;
	text-decoration:underline;
}
