/****************/
/**** GLOBAL ****/
/****************/

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
img{
	border:0px;
	}
	
.clear{
	clear:both;
	}
	
/****************/
/**** HEADER ****/
/****************/

#header{
	width:980px;
	margin:0px auto;
	clear:both;
	}
	
#header div{
	float:left;
	}
	
/**************/
/**** BODY ****/
/**************/

#body{
	width:978px;
	margin:0px auto;
	clear:both;
	display:table;
	border-left:solid 1px #7b9095;
	border-right:solid 1px #7b9095;
	border-bottom:solid 1px #7b9095;
	text-align:left;
	}
	
#body #content{
	float:left;
	width:600px;
	padding:0px 40px 30px 0px;
	border-right:solid 2px #ccc;
}

#body #content a{
	color:#03C;
	}

#body #content #copy{
	float:left;
	padding-left:20px;
}

#body #content .diet ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#448ccb;
	list-style-type:decimal;
	line-height:16px;
	letter-spacing:-1px;
}

#body #content .diet ul li,
#body #content .secrets ul li{
	padding-bottom:15px;
}

#body #content .diet ul li strong{
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0px;
}

#body #content .secrets ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#f7921e;
	list-style-type:decimal;
	line-height:16px;
	letter-spacing:-1px;
	margin:0px 0px 0px 40px;
	padding:0px;
}

#body #content .secrets ul li strong{
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0px;
}

#body #sidebar{
	float:right;
	width:322px;
}

#body #sidebar .box{
	float:left;
	width:307px;
	border:solid 1px #7b9095;
	margin-bottom:20px;
}

#body #sidebar .box .header{
	float:left;
	border-bottom:solid 1px #7b9095;
}

#body #sidebar .box .body{
	float:left;
	padding:15px 15px 0px 15px;
}

#body #sidebar .box .body ul{
	margin:0px 0px 0px 20px;
	padding:0px;
}

#body #sidebar .box .body li{
	padding:0px 20px 15px 0px;
}

#body #sidebar .box .body .thumb{
	float:left;
	margin-bottom:30px;
}

#body #sidebar .box .body .thumb div{
	float:left;
}

#body #sidebar .box .body .thumb a{
	color:#000;
	text-decoration:none;
}

#body #sidebar .box .body .thumb .single{
	margin-top:10px;
}

#body #sidebar .box .body .thumb .double{
	margin-top:15px;
}

#body #sidebar .box .body .top img{
	margin-right:15px;
	border:solid 2px #53bf61;
}

#body #sidebar .box .body .top a span{
	color:#53bf61;
}

#body #sidebar .box .body .diet img{
	margin-right:15px;
	border:solid 2px #23bfe5;
}

#body #sidebar .box .body .diet a span{
	color:#23bfe5;
}

#body #sidebar .box .body .lifestyle img{
	margin-right:15px;
	border:solid 2px #494ca1;
}

#body #sidebar .box .body .lifestyle a span{
	color:#494ca1;
}

#body #sidebar .box .body .secrets img{
	margin-right:15px;
	border:solid 2px #f8a13c;
}

#body #sidebar .box .body .secrets a span{
	color:#f8a13c;
}




	
	
		
