body {
background:url(images/bg.jpg) repeat #fff;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#1e1b18;
}
p{
text-align:justify;
line-height:18px;
padding:0px 0 5px 0;
}
span.red{
color:#990000;
font-weight:bold;
}
.clear{
clear:both;
}
#main_container{
width:900px;
height:auto;
margin:auto;
}
#header{
width:900px;
height:163px;
margin:auto;
background:url(images/header_bg.jpg) no-repeat top center;
}
#logo{
padding:17px 0 0 60px;
float:left;
}
.on_air{
float:right;
padding:15px 23px 0 0;
}
/*----------------------menu-------------------------*/
#menu{
width:856px;
height:39px;
clear:both;
margin:auto;
padding:0px;
background:url(images/menu_bg.gif) no-repeat center;
}
#menu ul{
list-style:none;padding:0 0 0 30px;margin:0px;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;padding:0px; font-size:15px; line-height:39px; 
}
#menu ul li a{
float:left;text-decoration:none;padding:0px 10px 0 30px; margin:0px;color:#fff;text-align:center;
}
#menu ul li a:hover{
text-decoration:none;color: #fff; background:url(images/menu_bullet.gif) no-repeat left;padding:0px 10px 0 30px;
}
#menu ul li a.current{
float:left;text-decoration:none;background:url(images/menu_bullet.gif) no-repeat left;padding:0px 10px 0 30px;color: #fff;margin:0px;
}

.left_content{
width:480px;
float:left;
padding:10px 10px 30px 30px;
}
.right_content{
width:345px;
float:left;
padding:10px 0 30px 30px;
}
img.listen_live{
padding:20px 0 0 0px;
}
.track_name{
width:242px;
height:86px;
 background:#CC0001 url(images/track_playing.gif) no-repeat scroll 0 0;
  margin-right: 8px;
}
.track_name p{
width:242px;
padding:40px 0 0 0px;
text-align:center;
color:#FFFFFF;
}
.title{
font-size:20px;
color:#a90329;
clear:both;
padding:10px 0 10px 0px;
}
img.left_img{
float:left;
padding:0 10px 0 0;
}

.right_news{
float:left;
width:auto;
padding:10px 0 8px 0;
}
.news_date{
width:42px;
height:48px;
float:left;
color:#990000;
line-height:50px;
text-align:center;
background:url(images/date_bg.gif) no-repeat center;
}
.news_content{
width:265px;
float:left;
text-align:justify;
line-height:18px;
padding:0 0 0 10px;
}
.left_shows{
float:left;
width:auto;
border-bottom:1px #ae1337 dashed;
padding:10px 0 8px 0;
margin:0 0 10px 0;
}
.show_date{
width:100px;
height: auto;
float:left;
color:#5f6c7a;
font-size:24px;
}
.show_text_content{
width:370px;
float:left;
text-align:justify;
line-height:18px;
padding:0 0 0 10px;
}
a.more_details{
float:right;
padding:10px 0 0 0;
color:#ae1337;
text-decoration:none;
font-weight:bold;
}

.photo_gallery{
padding:30px 0 0 0;
}
.left_nav{
width:17px;
height:auto;
float:left;
padding:27px 10px 0 0;
}
.right_nav{
width:17px;
height:auto;
float:left;
padding:27px 0 0 10px;
}
.gallery_thumbs{
padding:0px;
}
img.gallery_thumb{
float:left;
padding:0 10px 0 10px;
}
/*-----------------------------footer------------------*/
#footer{
clear:both;
width:856px;
height:65px;
margin:auto;
color:#a90329;
background:url(images/footer_bg.gif) no-repeat center;
}
.copyright{
float:right;
padding-left:10px;
padding-top:10px;
}
.footer_links{
float:left;
padding-right:15px;
padding-top:13px;
}
.footer_links a{
text-decoration:none;
color: #a90329;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #a90329;
}
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}
.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #DEE7EC;
color: black;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
.time {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.namegreen {
	color: #32E40E;
	font-weight: bold;
}