.control_desk{
	visibility:hidden;
}

.nutrition_calculator_banner{
	position:absolute;
	width:200px;
	height:142px;
	//background-color:pink;
	left:40px;
	top:70px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-left:3px solid #6f8c32;
	border-top:3px solid #6f8c32;
	border-bottom:3px solid #6f8c32;
}

.articles_banner{
	position:absolute;
	width:200px;
	height:142px;
	//background-color:pink;
	left:50%;
	margin-left:-100px;
	top:70px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-top:3px solid #5793b2;
	border-bottom:3px solid #5793b2;
}

.tv_banner{
	position:absolute;
	width:200px;
	height:142px;
	//background-color:pink;
	right:40px;
	top:70px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-top:3px solid #c90404;
	border-bottom:3px solid #c90404;
	border-right: 3px solid #c90404;
}

.ad_banner1{
	position:absolute;
	//width:200px;
	//height:142px;
	//background-color:pink;
	left:40px;
	top:242px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-left:3px solid #76a199;
	border-top:3px solid #76a199;
	border-bottom:3px solid #76a199;
}

.ad_banner2{
	position:absolute;
	//width:200px;
	//height:142px;
	//background-color:pink;
	left:50%;
	margin-left:-100px;
	top:242px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-top:3px solid #8a8a8a;
	border-bottom:3px solid #8a8a8a;
}
.ad_banner3{
	position:absolute;
	//width:200px;
	//height:142px;
	//background-color:pink;
	right:40px;
	top:242px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border-top:3px solid #735abc;
	border-bottom:3px solid #735abc;
	border-right: 3px solid #735abc;
}

p.banner_description{
	margin-top:1px;
	font-family:"", sans-serif;
	font-size:12px;
	margin-bottom:0px;
	color:#333333;
}

ul{
margin-top:0px;
text-align:left;
margin-bottom:-2px;
color:#333333;
}

li{
text-align:left;
margin-top:0px;
font-size:10px;
font-family:Sans-Serif;
}
p.articles_header{
	margin-top:-25px;
	margin-bottom:6px;
	font-family:'techno', sans-serif;
	color:#6f8c32;
}

p.nutrition_header{
	margin-top:-25px;
	margin-bottom:6px;
	font-family:'techno', sans-serif;
	color:#5793b2;
}

p.tv_header{
	margin-top:-25px;
	margin-bottom:6px;
	font-family:'techno', sans-serif;
	color:#c90404;
}

p.other_header{
	margin-top:-25px;
	margin-bottom:6px;
	font-family:'techno', sans-serif;
	color:grey;
}


a.section_link{
	display:block;
	text-decoration:none;
}

a.section_link:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
}