body {
	behavior:url(Assets/csshover.htc);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#f2eb88;
	margin:0px;
	padding:15px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	margin:auto;
	padding:0px;
	background:#FFF;
	text-align:left;
}
#header {
	margin:0px;
	padding:0px;
	background:#d74b41;
}
#login {
	float:right;
	margin:0px;
	padding:0px;
}
#contentarea {
	width:760px;
	margin:0px;
	padding:0px;
}
#isite_content {
	padding:6px;
}
#channels {
	width:660px;
	padding:0px;
	_height:12px; 
	margin:0 auto;
	color:#666;
}
.channel {
	float:left;
	width:212px;
	overflow:hidden;
	padding:4px;
	margin:auto;
}
.channel h3 {
	width:160px;
	margin:4px;
	border-bottom:#cf4d44 1px solid;
	padding:4px;
	font-size:12px;
	color:#817d7d;
}
#footer {
	background:#f3ec92;
	padding:6px;
	color:#c22a1f;
	text-align:center;
}
#gohome {
	
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
#menu {
	float:left;
	width:665px;
	padding-top:13px;
	height:29px;
	font-size:12px;
	color:#6A76B4;
	background:url(images/webber_01.jpg) no-repeat;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	color:#fff;
	padding:7px 10px 8px 10px;
	background:url(Images/menuright.jpg) right center no-repeat;
}
.menuitem:hover {
	text-decoration:underline;
	color:#666;
	background:#f9f29f url(Images/menuright.jpg) right center no-repeat;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#f7e996;
	border:#eaeaea 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:140px;
	padding:4px;
	color:#d74b41;	
	margin:0px;	
	background:#f7e996;
	border-bottom:#f5e37b 1px solid;
}
.subitem:hover {
	background:#f5e37b;
	color:#d74b41;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#footer a {
	color:#c22a1f;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}
