/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: red;}

img{
	border-style: none;
}

#wrap{
	width: 900px;
	height: 0 auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #000;
}

#header {
	width: 900px;
	text-align: center;
}

#aplogo {
	width: 486px;
	float: left;
}

#djs {
	width: 414px;
	float: left;
}

#content {
	width: 900px;
	height: 0 auto;
}

#left {
	float:left;
	height: 0 auto;
	width: 300px;
}

#links {
	width: 140px;
	height: 400px;
	padding: 5px;
	float: left;
	text-align: center;
}

#shoutbox {
	width: 140px;
	height: 400px;
	padding: 5px;
	float:left;
}

#schedule {
	width: 290px;
	height: 200px;
	padding: 5px;
	float: left;
}

#picstop {
	width: 300px;
	height: 150px;
	float: left;
	background-color: #F0F0F0;
}

#news {
	width: 590px;
	height: 600px;
	overflow: auto;
	float: right;
	padding: 5px;
}

#footer {
	text-align: center;
	float: left;
	width: 900px;
}

#news h1 {
	padding: 0px 5px;
}

#news h1:before {
	content:url('plus.gif');
	padding: 0px 5px 0px 0px;
}

#stuff {
	width: 590px;
	height: 150px;
	float: right;
	text-align: left;
}


.article {
	border: dotted 1px #FFFFFF;
	padding: 0px 5px;
	margin: 5px 0px;
}

.schedule{
	padding: 0px 5px;
	margin: 5px 0px;
}

.stuff {
	padding 0px 5px;
	margin 2px 0px;
}

.stuff img {
	border: dotted 1px #FFFFFF;
	margin: 0px 5px 0px 0px;
	width: 100px;
	vertical-align: top;
	float: left;
}


