/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a:visited {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a:hover {color: #FFCC00; text-decoration: none; font-weight: bold;}
a:active {color: #FFFFFF; text-decoration: underline; font-weight: bold;}

p {margin-top: 0px;}

h1 { font-size: 1.4em; margin-bottom: 0px;}
h3 { font-size: 1.0em; margin-bottom: 0px;}
h5 { font-size: 0.8em; margin-bottom: 0px;}

.end {clear: both;}

/*CONTENT HOLDERS*/


#wrapper {
	margin: 0 auto;
	width: 958px;
	text-align: left;
	height: 682px;
	background: #FFFFFF url(../images/background.gif) top left no-repeat;
}

#header {
	float: left;
	clear: both;
	width: 798px;
	margin: 50px 0px 0px 80px;
}

#logoHolder {
	float: left;
	clear: both;
	width: 399px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#listenHolder {
	float: right;
	width: 169px;
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	background: url(../images/contentbg.gif) top left no-repeat;
	float: left;
	clear: both;
	width: 745px;
	height: 286px;
	margin: 40px 0px 0px 100px;
}

#contentLeft {
	float: left;
	width: 350px;
	margin: 30px 0px 0px 30px;
}

#contentRight {
	float: right;
	width: 320px;
	margin: 30px 0px 0px 0px;
}

#donate {
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#subscribe {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#toolbarHolder {
	float: left;
	clear: both;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#chatroomHolder {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#djsHolder {
	float: left;
	clear: both;
	width: 310px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#donateHolder {
	float: left;
	clear: both;
	width: 310px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#popWrapper {
	margin: 0 auto;
	width: 560px;
	text-align: left;
	/*height: 450px;*/
	background: #cc3333;
	color: #FFFFFF;
}

#popHeader {
	float: left;
	clear: both;
	width: 560px;
	height: 113px;
	background: #000000;
	border-bottom: #FFCC00 solid 8px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#popPlayerHolder {
	float: left;
	clear: both;
	width: 540px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

#popPlayerHolder a:link {color: #333333; text-decoration: underline; font-weight: bold;}
#popPlayerHolder a:visited {color: #333333; text-decoration: underline; font-weight: bold;}
#popPlayerHolder a:hover {color: #cc3333; text-decoration: none; font-weight: bold;}
#popPlayerHolder a:active {color: #333333; text-decoration: underline; font-weight: bold;}

.tableBorder {
	border-bottom: #FFCC00 dashed 1px;
}
#scheduleWrapper {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	/*height: 450px;*/
	background: #cc3333;
	font-size: 25%;
}


#scheduleHeader {
	float: left;
	clear: both;
	width: 820px;
	height: 113px;
	background: #000000;
	border-bottom: #FFCC00 solid 8px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#scheduleHolder {
	float: left;
	clear: both;
	width: 800px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	color: #ff3333;
}

.scheduleTable {
	color: #000000;
}

.scheduleCell {
	background: #fff;
	/*border: #cc3333 solid 2px;*/
}


