div#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
div#maincontent {
	float: left;
	width: 780px;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}
div#teamnav {
	float: left;
	width: 200px;
	clear: left;
	padding-top: 15px;
}
div#teammain {
	width: 570px;
	padding-left: 10px;
	float: right;
}

body {
	background-color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
}

div#banner {
	width: 800px;
	float: left;
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}
div#footer {
	float: left;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#navbar {
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #000099;
	float: left;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#navbar ul li {
	display: inline;
}
div#navbar ul li a {
	float: left;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
div#schedulebox {
	float: right;
	width: 200px;
	background-color: #000099;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
div#schedulebox p {
	margin: 0px;
	padding: 0px;
}
div#schedulebox h3 {
	margin: 0px;
	padding: 0px;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
div#teamlogo {
	float: left;
	width: 200px;
}
#teamnav a:hover {
	text-decoration: none;
}
#teamnav a:visited {
	color: #0000FF;
}
.red_text {
	color: #FF0000;
}
.small {
	font-size: 0.7em;
}
#schedulebox a:link {
	color: #FFFFFF;
}
#schedulebox a:visited {
	color: #FFFFFF;
}
div#front_ad {
	clear: both;
	float: right;
	width: 200px;
	margin: 10px;
	text-align: right;
}
div#bottom_ad {
	height: 195px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 468px;
	clear: both;
}
