@charset "utf-8";
/* CSS Document */

/*  Body  */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Lucida Sans, Trebuchet MS, Arial;
	font-weight: normal;
	margin:0px;
	font-size:14px;
}

/*  Links  */
a, a.visited, a.hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.hover {}

.wholeWidth {
	width:1027px;
}

/*  Main Containers  */
h1	{font-size: 20px; font-weight: bold; text-align:center; margin:20px auto 20px auto; }
h3	{font-size: 14px; font-weight: bold; text-align:center; margin:10px auto 10px auto; }

#LinkContainer	{
	display:block;
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px;
}
#FlashContainer {
	width:400px;
	height:45px;
	margin: 0px auto 0px auto;
	background: url(../image/tune.gif) center no-repeat;
	color:#000000;
}
#FlashPlayer {
	height:45px;
	margin: 20px auto 15px auto;
	text-align:center;
	color:#000000;
}

/*  Icon Links  */
.channelIcon {
	width:84px;
	margin:5px 15px 10px 15px;
	padding:0px;
	float:left;
	font-weight:bold;
}
.channelIcon .iconLink{
	display:block;
	width:84px;
	height:88px;
	overflow:hidden;
	text-indent:-900px;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#footer {
	margin: 0px auto 0px auto;
	padding: 30px 0px 20px 0px;
	clear:both;
	text-align:center;
}

/*  Old Styles  */

/*.style2 {color: #FFFFFF}
.style5 {font-size: 14px}

td.padded {
 padding-bottom:20px;
 }*/