@charset "utf-8";
/* CSS Document */


*

{
margin: 0;
padding: 0;
}


body {
		background-color:#000000;
       	background-image:url(../radio/images/bkgrnd.jpg);
		background-position:top center;
		background-repeat:no-repeat;
}

#clear{clear:both;}
#wrapper {
	width:1062px;
	height:1090px;
	margin-left: auto;
 	margin-right: auto;
	border: 1px solid;
	background-color:#000;

}


.banner {
	background-image:url(../images/board.png);
	background-repeat:no-repeat;
	height:98px;
	width:1050px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:0px;
	margin-left:10px;

}
#content {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.globe{
	width:620px;
	height:300px;
	margin-bottom:20px;
	background-color:#0B0B0B;
	padding:10px;
	float:left;
}

.topright {
	       width:400px;
		   float:left;
		   margin-left:20px;
		   }
.links {
	width:368px;
	height:60px;
	background-color:#0B0B0B;
	float:left;
	margin-top:10px;
	padding:10px;
	font-weight:bold;
	
}
.links p {float:left:}
.links img{
	float:right;
	margin-right:3px;
}
.nowplaying {
	background-image:url(../images/nowplaying.png);
	background-repeat:no-repeat;
	background-position:center;
	width:290px;
	height:200px;
	padding-top:30px;
	padding-left:95px;
	background-color:#0B0B0B;
	
}
.nowplaying img {margin-left:57px; margin-top:5px;}
.songtitle {
	width:225px;
	height:75px;
	margin-left:17px;
	margin-top:18px;
	}
.frtpage {
	width:680px;
	padding:10px;
	background-color:#fff;
	float:left;
}
	
.intro{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	width:560px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#0B0B0B;
	padding:20px;
	float:left;
	
}

.buzzbox {
	width:320px;
	height:250px;
	background-color:#F00;
	float:left;
}

.showbox {
	width:320px;
	height:250px;
	background-color:#00F;
	margin-left:10px;
	float:left;
}
.eventsbox {
	width:320px;
	height:250px;
	margin-top:10px;
	background-color:#00F;
	float:left;
}

.mediabox {
	width:320px;
	height:250px;
	background-color:#00F;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.bottomad {
	width:740px;
	height:90px;
	background-color:#666;
	float:left;
}

#rtcolumn{
	width:300px;
	height:600px;
	float:right;
	margin-right:12px;
	padding:10px;
	background-color:#FF0;
}

.rtad1 {
	width:295px;
	height:250px;
	background-color:#0B0B0B;
}
	
.rtad2 {
	width:295px;
	height:100px;
	background-color:#0B0B0B;
	margin-top:10px;
}
#footer {
	color:#fff;
	background:#000;
	height:23px;
	margin-left: auto;
	padding-top:7px;
}