body {
	background-color: #0290ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
a {
	text-decoration: none;
}
#wrapper {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	position: relative;
	background: #0290ce url(../images/bg_fade.jpg) top left repeat-x;
}
#container {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	height: auto !important;
	height: 840px;
	min-height: 840px;
}
#header {
	background-image: url(../images/logo.jpg);
	background-position: 320px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
}
#player_holder {
	padding-top: 120px;
	width: 990px;
	height: 500px;
	color: white;
}
#player_frame {
	margin-top: 20px;
}
#nav {
	text-align: center;
	color: white;
	font-size: 12px;
	padding: 10px;
}
#nav a {
	color: white;
	margin: 0pt 5px;
}
.box {
	float: left;
	height: 155px;
	padding-bottom: 60px;
	background: white url(../images/box_fade.jpg) bottom left repeat-x;
}
.box h2 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:black;
	margin: 5px 10px;
}
#channels #button {
	height: 32px;
	width: 220px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
	z-index: 100;
}
#channels ul {
	z-index: 100;
}
#channels ul,  #channels li {
	margin:0;
	padding:0;
	list-style:none;
}
#channels .menu_class {
	border:1px solid #1c1c1c;
}
#channels .the_menu {
	display:none;
	width:220px;
	border: 1px solid #1c1c1c;
}
#channels .the_menu li {
	background-color: #302f2f;
}
#channels .the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 8px 10px;
	display:block;
}
#channels .the_menu li a:hover {
	font-weight:bold;
	color: #CC0;
}
#preview_holder {
	position: absolute;
	bottom: 100px;
	left: 200px;
	visibility: hidden;
	background-color: black;
	padding: 2px;
	color: white;
	z-index: 100;
}
#preview_holder a {
	color: white;
}
