body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#BFC8E5;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	padding:0px;
	margin:0px auto;
	background-image:url(Images/theprez_02.jpg);
	background-repeat:repeat-y;
	border:#EE1B2E 1px solid;
}
#main {
	width:760px;
	padding:0px;
	margin:0px;
}
#sidebar {
	float:left;
	width:170px;
	padding:0px;
	margin:0px;
}
#contentarea {
	float:right;
	width:584px;
	padding:0px;
	margin:0px;
}
#isite_content {
	padding:0px 6px 6px 12px;
	text-align:left;
}
#channels {
	width:575px;
	margin:auto;
	text-align:left;
}
.channel {
	float:left;
	padding:0px;
	width:188px;
	border:#1A1C89 1px solid;
	background:#B8DFFD;
	color:#1A1C89;
	margin-right:1px;
}
#channeltext {
	padding:4px;
	width:180px;
}
.channel h3 {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	background:#1A1C89;
	margin:-5px -5px 5px -5px;
	padding:5px;
}

#orginfo {
	padding:19px 0px 4px 0px;
	background:#EE1B2E url(Images/strarz.jpg) top no-repeat;
	margin-top:15px;
	text-align:center;
	color:#FFF;
}	
	#orginfo a { background:#EE1B2E; color:#fff; font-weight:bold; padding:0px 2px; text-decoration:none; }
	#orginfo a:hover { background:#fff; color:#EE1B2E; text-decoration:none; }
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#999;
}
/************* MENU *********************/
#menu {
	font-size:12px;
	color:#6A76B4;
	padding-left:5px;
	margin-top:20px;
	text-align:left;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	float:left;
	width:140px;
	padding:6px 10px;
	color:#FFF;
	margin-bottom:3px;
	background:#EE1B2E;
	border:#1A1C89 1px solid;
}
.menuitem:hover {
	text-decoration:underline;
	color:#fff;
	background:#1A1C89;
}
/** SUB MENU **/
.menucontainer {
	width:140px;
	z-index:4;
	text-align:left;
	visibility:hidden;
	position:absolute;
	background:#F73244;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:132px;
	padding:4px;
	color:#FFF;	
	margin:0px;	
	background:#F73244;
}
.subitem:hover {
	background:#1A1C89;
	color:#FFF;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}