body {
	background: #8F8E8E;
	width: 990px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #8F8E8E url(images/bg-white.gif) center repeat-y;
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #2255AA;
	text-decoration: underline;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 990px;
	height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #000000;
	width: 960px;
	height: 100px;
	color: #000000;
	font-size: 11px;
	margin: 0px auto;
	padding: 0px 0px 15px;
	overflow: hidden;
	}

#header h1 {
	color: #CCCCCC;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 25px 0px 0px 20px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #CCCCCC;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover{
	color: #CCCCCC;
	text-decoration: none;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a, #header a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.headerleft {
	width: 900px;
	float: left;
	font-size: 14px;
	margin: 0px 0px 0px 21px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 5px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: right;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
.headertitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 17px;
	margin-left: 21px;
}
.headersubtitle {
	font-size: 1.5em;
	color: #FFFFFF;
	margin-left: 21px;
}


	
/************************************************
*	Subnavbar      								*
************************************************/

#subnavbar {
	background: #63cf0e;
	width: 960px;
	height: 27px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #63cf0e;
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #63cf0e;
	border-right: 1px solid #000000;
	}
	
#subnav a:hover {
	background: #FFFFFF;
	color: #63cf0e;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 6px 15px 6px 15px;
	border-bottom: 1px solid #2B74B4;
	border-left: 1px solid #2B74B4;
	border-right: 1px solid #2B74B4;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #2255AA;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #2B74B4;
	border-left: 1px solid #2B74B4;
	border-right: 1px solid #2B74B4;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #DDDDDD;
	color: #2255AA;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	line-height: 17px;
	}
	
#content h1 {
	color: #000000;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 24px;
	}
	

#content h1 a, #content h1 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#content h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 11px 0px;
	padding: 0px;
	line-height: 21px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #2255AA;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#content h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
#content h3 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	}
	
#content h3 a, #content h3 a:visited {
	color: #990000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#content h3 a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
#content h4 {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#contentleft {
	float: left;
	width: 600px;
	margin: 0px;
	padding: 10px 0px;
	font-size: 15px;
	background-color: #FFFFFF;
	}
	
#contentleft p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

#contentleft p img {
	border: none;
    float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	}
	
#contentleft ul {
	margin: 5px 11px 5px 0px;
	padding: 0px;
	}
	
#contentleft ul li {
	margin: 0px 5px 7px 0px;
	list-style-position: inside;
	list-style-image: url(/cleansediet/images/bulletstar-19.gif);
	list-style-type: disc;
	}
#contentleft img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contentleftfltlft {
	float: left;
	margin-top: 11px;
	margin-right: 21px;
	margin-bottom: 21px;
	margin-left: 0px;
}
.contentfltlft_cap {
	font-size: 0.8em;
	margin-top: 11px;
	line-height: 1.2em;
}
.contentfltlft_cap p {
	line-height: 14px;
}

.contentleftfltrgt {
	float: right;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 11px;
}



.postarea {
	float: left;
	width: 590px;
	margin: 0px 5px 10px 0px;
	padding: 10px 10px 0px;
	}

#sidebar {
	float: right;
	width: 250px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px;
	line-height: 18px;
	display: inline;
	}
	
#sidebar p {
	padding: 0px;
	margin: 0px;
	}


	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#sidebar h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar h3 {
	color: #990000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
}


	
.sidebarad1 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.sidebarad1 ul {
	margin: 0px;
	padding: 0px;
}

.sidebarad1 li {
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}

	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #000000;
	width: 960px;
	height: 28px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
#footerright {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 990px;
	height: 25px;
	margin: 0px auto 0px;
	padding: 0px;
	}
