#wrapper {
	height: auto;
	width: 100%;
	margin: 0px;
}
#header {
	height: 75px;
	width: 100%;
}

body {
	background: #990000;
	margin: 0px;
}
#body {
	height: 391px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 150px;
	width: 100%;
}

#maincontent {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 800px;
	background: #000033;
}
.menu {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
ul {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

a.sites:link {
	color: #990000;
	text-decoration: none;
}
a.sites:hover {
	text-decoration: underline;
}

td img {display: block;}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
}
