body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/bg.jpg);
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:663px;
	margin:auto;
	padding:0px;
	border:#000 1px solid;
}
#header {
	width:663px;
	padding:0px;
	margin:0px;
}
#contentarea {
	width:663px;
	padding:0px 0px 10px 0px;
	margin:0px;
	background-image:url(images/main_03.jpg);
	background-repeat:repeat-y;
}
#sidebar {
	float:left;
	width:252px;
	text-align:left;
	padding:0px;
	margin-top:20px;
}
#channels {
	width:198px;
	margin:auto;
	border:#907760 1px solid;
}
.channel {
	margin:0px;
	padding:4px;
	color:#734646;
	font-size:11px;
	text-align:left;
}
.channel h3 {
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	background:#907760;
	margin:0px;
	height:15px;
	border-bottom:#666 1px solid;
	color:#FFF;
	text-align:center;
}
#isite_content {
	float:right;
	width:399px;
	text-align:left;
	padding:6px;
	margin:0px;
}
#org_info {
	width:655px;
	text-align:center;
	padding:4px;
	margin:0px;
	background:#907760;
	color:#FFF;
	border-top:#a47676 1px solid;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
#menu {
	font-size:12px;
	color:#A060A8;
	font-weight:bold;	
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	width:180px;
	padding:8px;
	margin:auto;
	border-bottom:#FFF 1px solid;
	color:#FFF;
	background:#907760;
	font-weight:bold;	
}
#menu a:hover {
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;	
	background:#C8AD99;
}
/** SUB MENU **/
.menucontainer {
	text-align:left;
	width:140px;
	z-index:4;
	visibility:hidden;
	color:#3B3B4B;
	position:absolute;
	background:#ACCED4;
	border:#666 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px;
	color:#FFF;
	margin:0px;	
	border-bottom:#333 1px solid;
	background:#907760;
}
.menucontainer a:hover {
	background:#efefef;
	color:#A060A8;
}

/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#org_info a {
	color:#FFF;
	text-decoration:underline;
}
#org_info a:hover {
	color:#ccc;
	text-decoration:underline;
}