body{
	padding: 0px;
	margin: 0px;
	font-family: "Courier New", Courier, Arial, Helvetica, sans-serif;
	background: url(style/page-background.jpg) center repeat-y #CCCCCC;	
	color: #333333;
	font-size: 12px;
}
img{
	border: 0px;	
}
a{
	color: #669999;
	text-decoration: none;
}
a:visited{
	color: #0099CC;
}
a:hover{
	color: #0099CC;
}
h1{
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 38px;
	width: 100%;
	border-bottom: 1px solid #333333;
	color: #000000;
}
p{
	line-height: 16px;
}
iframe{
	margin-bottom: 10px;
}
#container{
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	left: 1px;
}
#header{
	width: 960px;
	height: 135px;
	margin: 10px auto;
	background: url(style/header-background.png);
}
#logo{
	margin: 15px 0 0 30px;
	float: left;
}
#menu {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 65px;
	top: 95px;
	float: left;
	font-weight: bold;
}
#menu li{
	list-style: none;
	float: left;
	width: 100px;
	font-size: 21px;
	margin: 0 40px 0 0;
	padding: 0px;
}
#menu li a{
	color: #333333;
	display: block;
}
#menu li a:hover{
	color: #000000;
}
#leftColumn{
	clear: both;
	width: 230px;
	margin: 0 0 0 10px;
	float: left;
}
#streamContainer{
	height: 70px;
	padding: 10px;
	background: url(style/listen-online.png) no-repeat #E6E6E6;
}
#streamContainer a, .listenButtonLong a{
	display: block;
	width: 210px;
	height: 23px;
	background: url(style/listen-button.png) no-repeat;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 10px;
}
#streamContainer a:hover, .listenButtonLong a:hover{
	color: #ffcc99;
}
#sublinks, #rightMenu{
	margin: 10px 0 0 0;
	padding: 0px;
}
#sublinks li, #rightMenu li{
	list-style: none;
	background-color: #CCCCCC;
	margin-bottom: 1px;
	font-size: 12px;
	color: #333333;
	padding: 0px;
}
#sublinks li a:hover, #rightMenu li a:hover{
	background-color: #999999;
	color: #000;
}
#sublinks .category, #rightMenu .category{
	background-color: #999999;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	padding: 7px 0 0 10px;
	height: 23px;
}
#sublinks .category:hover, #rightMenu .category:hover{
	background-color: #999999;
}
#sublinks a, #rightMenu a{
	color: #333333;
	display: block;
	padding: 9px 0 0 10px;
	height: 21px;
}
#middleColumn{
	float: left;
	margin: 0 10px 0 10px;
	width: 470px;
}
#rightColumn{
	width: 220px;
	float: left;
}
#rightMenu{
	margin-top: 0px;
}
#footer{
	clear: both;
}
#footer p{
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#footer p a{
	border-left: 1px solid #333333;
	margin-left: 10px;
	padding-left: 10px;
}
.listenButtonLong a{
	background: url(style/listen-button-long.jpg) no-repeat;
	width: 450px;
	margin: 0 10px 10px 10px;
}
.showtimeLeft{
	float: left;
	margin-top: 20px;
	clear:both;
}
.showtimeRight{
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}