body {
	font-size: 17px;
	color: white;
	font-family: Tahoma, "Trebuchet Ms";
	background-image: url(../img/bg.jpg);
}

a img{
	border:none;
}
a {
	color: #fff;
	text-decoration: none;
}
#wrapper {
	margin: auto;
	width: 600px;
	position:relative;
}
#header, #header img {
	display: block;
	border: none;
	margin-bottom: 20px;
}
.box-top {
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../img/box-top.png);
	
}
.box-content {
	color: #696969;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-y;
	background-image: url(../img/box-content.png);
	
}
.box-end {
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../img/box-end.png);
	
}
.box-content em {
	color: white;
	font-style: normal;
	font-weight: normal;
}
.box-content .line{
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 70px;
	height: 40px;
	background-repeat: no-repeat;
}
.box-content #current-dj {
	background-image: url(../img/dj.png);
}
.box-content #current-song {
	background-image: url(../img/disk.png);
}

h3 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color:#696969;
	margin:0px;
}

#streams div {
	padding-bottom: 20px;
	margin-top: -10px;
}
#streams img {
	margin-right: 10px;
	position: relative;
	top: 20px;
}
#streams a {
	color:#696969;
}
#streams a em {
	color:#fff;
}
strong {
	font-style: normal;
	font-weight: normal;
	color: #7cd100;
}
.small {
	color: white;
	font-size: 12px;
	
}
#nav {
	position:absolute;
	left: 330px;
	top: 124px;
}



p {
	margin:0px;
	padding: 5px;
	color:white;
}

#schedule td{
	vertical-align: top;
	color: #f8eefd;
}
#schedule td em {
	font-weight: bold;
	color:#000;
	
}

#schedule .weekday td {
	color:#fd9b01;
	text-align: left;
}
#schedule .playing {
	text-align: left;
	font-family: monospace;
	letter-spacing: -2px;
	background:#f0240f;
	}
#request-banner {
	display:block;
	position:fixed;
	top:0px;
	right:0px;
}	
#game-banner {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
}
#schedule-banner {
	display:block;
	position:fixed;
	bottom:0px;
	right:0px;
}
#info-banner {
	display:block;
	position:fixed;
	bottom:0px;
	left:0px;
}
#reg-banner {
	display:block;
	position:fixed;
	top:200px;
	left:15px;
}			
	
	
	
	
/* BEGIN DEMO STYLE */
	.gallery_demo{width:702px;margin:0 auto;}
	.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
	.gallery_demo li div{left:240px}
	.caption{color:#fff;font-size: 13px;padding-bottom: 30px;display:block;}
	
	#main_image{margin: 70px 0 0 0;width:570px;}
	#main_image img{margin-bottom:10px;width:570px;}
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
