html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	font-family:"Trebuchet MS";
	background: #CCCCCC url(../images/bg.gif) repeat;
	font-size: 14px;
	color:#666666;
	
}
div#container
{
	width:785px;
	margin: 0 auto;
	padding:0 0 5px 0;
	background-color:#FFFFFF;			
}
/* HEADER*/
#header{
	width: 780px;
	overflow:auto;
	position:relative;
	}

#header p {
	float: left;
	width:138px;
	height:103px;
	background:url(../images/logo.gif) no-repeat;
	text-indent: -9999em;
}

#header h1 {
	float:left;
	font-size: 35px;
	color: #666666;
	position:absolute;
	bottom:0;
	left:138px;
	}
#header img {
	float:right;
			}
	
	
/* MAIN MENU*/

#mainMenu{
	list-style:none;
	margin: 0 1px 0 3px;
	
}

#mainMenu li{
	float:left;
		}
#mainMenu a {
	background-color: #669900;
	position:relative;
	color: #FFFFFF;
	margin: 0 0 2px 2px;
	padding: 5px 23px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	}

#mainMenu .contact a {
padding: 5px 22px;
}

#mainMenu a:hover{
	background-color: #999999;
	}
#home #mainMenu .home a,
#bootcamp #mainMenu .bootcamp a,
#personaltraining #mainMenu .personaltraining a,
#nutrition #mainMenu .nutrition a,
#faq #mainMenu .faq a,
#testimonials #mainMenu .testimonials a,
#contact #mainMenu .contact a{
	background-position:right top;
	background-color:#999999;
	cursor:default;
	}
/* BANNER */
#banner img {
	float:right;
	}

/*CONTENT*/

#mainContent{
	width:473px;
	float:left;
	color:#666666;
	padding:10px 20px 10px 30px;
	background-color:#fff;
}


#mainContent p{
	padding:5px 5px 5px 0;
}

.illus{
	float:left;
	margin:0px 20px 10px 0px;
}

/*outterContent*/
#outterContent{
	width: 78Opx;
	background: url(../images/subcontent_bg.gif) repeat-y right top;
	margin-right:5px;
	margin-top:2px;
	float: right;
}
/*subContent*/

#subContent{
	
	float:right;
	width:242px;
}
.headline{
	background-color:#c8db73;
	height:30px;
	}
h2{
	font-size:18px;
	color:#666;
	padding: 5px 20px;
	}
	
h3{
	color: #9bbe00;
	font-size:16px;
	}
#subContent01 p{
	padding:10px 3px 10px 15px;
	
	
	}
#recipeOfWeek{
	margin:0 auto;
	display:block;
	padding:10px;
}

.links{
	padding:3px ;
	font-size:16px;
}
.links li{
	list-style:none;
	padding-left: 15px;
		}

.links a {
	text-decoration:none;
	font-weight: 100;
	color:#9bbe00;
	}
.links a:hover{
	text-decoration: underline;
	font-weight:100;
	color:#f5a80a;
	}
	

	
/*FOOTER*/
#footer{
	clear:both;
	margin:0px 5px 0px 5px;
	
	
	}

#footer p{
	padding:5px 150px;
	color:#FFFFFF;
	background-color:#669900;
	}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	color:#f5a80a;
}

/*FAQ PAGES*/

h4{
	color:#f5a80a;
	padding-top:10px;
	font-weight:100;
	}

/*RESCIPE*/
#rescipe {
	float:right;
	padding:10px 0 20px 10px;
	}


	
	
	
	
