﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	text-align: center;
	background-color: #800000;
}

img {
border: none;
}

#header {
	position: relative;
}
#nav {
	position: relative;
}
#footer {
	position: relative;
}
#content {
	position: relative;
	width: 750px;
	height: 330px;
	left: 130px;
	text-align: left;
	float: left;
	overflow: visible;
	font-size: x-small;
	font-family: Arial;
	top: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808000;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	font-weight: bold;
}

