@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
}
#container{
	height: 3000px;
	position: relative;
}
#page{
	width: 780px;
	height: 3000px;
	margin-left: 10px;
}

#header{
	background: url(images/sun3b.gif) no-repeat center;
	position: absolute;
	width: 780px;
	height: 280px;
}

/* Nav links */
#nav{
	top: 281px;
	position: absolute;
	width: 150px;
	margin-top: 5px;
}

#nav ul{
	list-style-type:none;
}

#nav a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #0099FF;
}

/* Roster */

#roster{
	top: 281px;
	left: 150px;
	position: relative;
	margin-top: 5px;
	width: 630px;
	font-size: 12px;
}

#roster h3{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #0099FF;
	font-size: 12px;
}
#roster ul{
	list-style-type:none;
}

/* News */
#news{
	top: 281px;
	left: 150px;
	position: relative;
	margin-top: 5px;
	width: 630px;
	height: 430px;
}
#news p{
	width: 630px;
}
.newsHeader{
	color: #0099FF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;	
	font-weight:bold;
}
.newsBody{
	text-align: left;
	font-size: 10px;
}
.newsFooter{
	font-size: 9px;
	margin-top: 10px;
	text-align: right;
}
#news hr{
	color: #8D8D8D;
	width: 98%;
	height: 1px;
}
