BODY {
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-FACE-COLOR: #9f0101;
	SCROLLBAR-DARKSHADOW-COLOR: #893a19;
	SCROLLBAR-BASE-COLOR: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	SCROLLBAR-HIGHLIGHT-COLOR: #9f0101;
	COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #9f0101;
	FONT-SIZE: 12px;
	SCROLLBAR-TRACK-COLOR: #791314;
	SCROLLBAR-3DLIGHT-COLOR: #ff8d6d;
}

.centeredBackground {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	margin-right: auto;
	BACKGROUND-COLOR: #9E1203;
}

.newsBox {
height: 100%;position: relative;width: 100%;
}

.newsBox li {
list-style-type: none;
border-top: 1px dotted black;
padding-top: 3px;
padding-bottom: 8px; color:white;}

.newsBox .nodot {
list-style-type: none;
border-top: 0px;
padding-top: 3px;
padding-bottom: 8px;}

.newsBox a {
text-decoration: none;
color:white;
}

form input,label,select,button,textarea,submit {
font-size:11px;
font-family:Tahoma;
}

.newsBox a:hover {
text-decoration: underline;
}
.ClockBox1 {
	font: bold 14px arial;
	top:0px;
	left:0px;
	color:white;
	position:absolute;
	padding-left:4px;
	padding-top:2px;
}

.bodyBox {
	width: 754px;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:5px;
	
	BACKGROUND-COLOR: #9E1203;
	background-image: url('musicalradiobg.png');
}

						
						* {margin:0;padding:0}

img {
    border:0px;
}



ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font: bold 14px arial;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

