/* CSS Document */

div#container
{
	text-align: center;
	margin-top: 0px;
	margin-left: -375px;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 750px;
	height: 100%;
	visibility: visible;
	border: 4px solid #000000;
	background-color: #ffffff;
}

div#title
{
	text-align: left;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 500px;
	height: 100px;
	z-index:0;
}

div#logo
{
	text-align: right;
	position: absolute;
	top: 15px;
	left: 530px;
	width: 200px;
	height: 150px;
	z-index:0;
}

div#play
{
	text-align: left;
	position: absolute;
	top: 120px;
	left: 25px;
	width: 200px;
	height: 50px;
	z-index:0;
}

div#info
{
	text-align: left;
	position: absolute;
	left: 250px;
	top: 120px;
	width: 225px;
	height: 75px;
	background-color:#ffffcc;
	border: 3px dashed #000000;
	padding: 5px;
	z-index: 1;
	visibility: hidden;
}

div#recent
{
	text-align: left;
	position: absolute;
	left: 175px;
	top: 210px;
	width: 400px;
	height: 150px;
	background-color:#ffffcc;
	border: 3px dashed #000000;
	padding: 5px;
	z-index: 1;
	visibility: hidden;
}

div#statsplaying
{
	text-align: left;
	position: absolute;
	top: 170px;
	left: 25px;
	width: 500px;
	height: 20px;
	border-bottom: 1px solid #000000;
	z-index:0;
}

div#statslistening
{
	text-align: left;
	vertical-align: bottom;
	position: absolute;
	top: 170px;
	left: 525px;
	width: 200px;
	height: 20px;
	border-bottom: 1px solid #000000;
	z-index:0;
}

div#date
{
	text-align: right;
	padding-top: 2px;
	position: absolute;
	top: 190px;
	left: 550px;
	width: 175px;
	height: 16px;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #000000;
	z-index:0;
}

div#intro
{
	text-align: left;
	position: absolute;
	top: 220px;
	left: 25px;
	width: 390px;
	height: 200px;
	z-index: 0;
}

div#announcements
{
	text-align: left;
	position: absolute;
	top: 210px;
	left: 425px;
	width: 300px;
	height: 170px;
	background-image: url(../graphics/masking_tape.jpg);
}

div#announcementstitle
{
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
}

div#announcementstext
{
	text-align: left;
	position: absolute;
	top: 55px;
	left: 30px;
	width: 220px;
	height: 60px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}


div#requests
{
	text-align: left;
	position: absolute;
	top: 350px;
	left: 425px;
	width: 300px;
	height: 210px;
}

div#bottom
{
	text-align: left;
	position: absolute;
	top: 97.5%;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #000000;
}

div#bottomlinks
{
	text-align: left;
	position: absolute;
	vertical-align: middle;
	left: 25px;
	width: 725px;
	height: 20px;
}

div#dots
{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 222px;
	height: 335px;
	background-image:url(../graphics/dots1.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

div#dots2
{
	position: absolute;
	left: 200px;
	top: 50px;
	width: 306px;
	height: 231px;
	background-image:url(../graphics/dots2.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

div#dots3
{
	position: absolute;
	left: 477px;
	top: 425px;
	width: 273px;
	height: 135px;
	background-image:url(../graphics/dots3.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

.bodycopy
{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.statscopy
{
	font-family: Verdana;
	font-size: 10px;
	color: #660000;
	font-weight: bold;
}

.boldwhite
{
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-size: 11px;
	color: #cc6600;
}

a:link
{
	font-family: Verdana, Sans;
	font-size: 10px;
	color: #cc6600;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana, Sans;
	font-size: 10px;
	color: #cc6600;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Sans;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}


a.whitelinks:link
{
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.whitelinks:visited
{
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.whitelinks:hover
{
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}

a.announcelinks:link
{
font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #cc6600;
}

a.announcelinks:visited
{
font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #cc6600;
}

body
{
	background-image: url(../graphics/wall.gif);
}

.noborder
{
border: 0px;
}
