body {
	background-color: #640000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #999999;
}

#container {
	background-color: #5B0000;
	text-align: center;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3C0000;
	border-right-color: #3C0000;
	border-bottom-color: #3C0000;
	border-left-color: #3C0000;
}

#top {
	text-align: center;
}

#nav {
	text-align: center;
	margin-top: 20px;
	background-color: #984242;
	margin-bottom: 10px;
}

h1 {
	font-size: 200%;
	color: #FF0000;
	text-align: left;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: left;
	color: #FF0000;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding: 0px;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}

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

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

a:active {
	color: #FFFF33;
	text-decoration: none;
}

#footer {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3C0000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3C0000;
	padding-bottom: 20px;
}
