body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}

#header {
	width: 825px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navbar {
	width: 825px;
	height: 35px;
	margin: 0px;
	padding-top: 15px;
	font-size: 125%;
	text-transform: uppercase;
}

#navbar a {
	color: #000000;
	text-decoration: none;
}

#navbar a:visited {
	color: #000000;
	text-decoration: none;
}

#navbar a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 150%;
	text-transform: uppercase;
	padding-top: 30px;
}

#copy a, #footer a {
	color: #000000;
	font-weight: bold;
}

#copy a:hover, #footer a:hover {
	text-decoration: none;
}

#footer {
	font-size: 90%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

#sponsors {
	border-top: 1px dotted #8ac900;
	border-bottom: 1px dotted #8ac900;
	padding: 10px;
	margin-bottom: 50px;
}