body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#E6E4E4;
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	background:#FFF;
	border:#AFAFAF 3px solid;
	width:730px;
	margin:auto;
	padding:12px;
}
	#menu {
		background:#939293 url(Images/Menu_01.jpg) no-repeat top right;
		height:32px;
		margin-bottom:1px;
		padding-right:243px;
	}
		#menu a {
			display:block;
		}
			#menu .menuitem {
				float:left;
				font-size:11px;
				color:#FFF;
				padding:9px 9px 10px 9px;
			}
				#menu .menuitem:hover {
					color:#FFF;
					background:#6E6E6E;
				}
		.menucontainer {	
			text-align:left;
			z-index:4px;
			position:absolute;
			visibility:hidden;
			background:#FFF;
			border:#939293 1px solid;
			filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
		}
			.subitem {
				color:#6E6E6E;
				border-bottom:#EBEBEB 1px solid;
				padding:5px;
				width:130px;
			}
				.subitem:hover {
					background:#EBEBEB;
					border-color:#E00040;
				}
	#header {
		height:220px;
	}
		#flash {
			float:left;
			background:#666C80 url(Images/Flash_01.jpg) no-repeat bottom center;
			width:487px;
			height:220px;
		}
		#events {
			text-align:left;
			float:right;
			background:#ECECEC;
			border:#939293 1px solid;
			width:240px;
			height:218px;
		}
			#events h3,#channels h3 {
				font-size:12px;
				font-weight:bold;
				border-bottom:#CCC 1px solid;
				margin:0px;
				padding:5px;
			}
			#events #scroll {
				overflow:auto;
				padding:5px;
				height:208px;
			}
	#channels {
		background:url(Images/Channels_01.jpg) no-repeat bottom center;
	}
		#channel1, #channel2, #channel3 {
			text-align:left;
			float:left;
			margin-right:2px;
			padding:0px 15px 15px 15px;
		}
		#channel1 {
			width:212px;
		}
		#channel2 {
			width:212px;
		}
		#channel3 {
			margin:0px;
			width:211px;
		}
#copyright {
	text-align:center;
	color:#979797;
	padding:5px;
}
	#copyright a {
		color:#979797;
	}
		#copyright a:hover {
			color:#E00040;
		}
/************************** LINKS ************************/
a {
	color:#E00040;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}