body {
	background-color: #000;
}
#nav {
	background-image: url(../images/navbg.gif);
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav a{
	font-size: 16px;
	font-weight: bold;
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
}
#nav a:hover {
	color: #00C;
}

#container {
	background-color: #000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainborder {
	width: 1000px;
	border: medium double #D88600;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 99%;
	background-color: #BBC882;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

#toplogo {
	height: 180px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/thomtoplogo.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
H1 {
	color: #D88600;
}
a {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #00C;
}
a:visited {
	color: #603;
	text-decoration: none;
}
.bottomtext {
	font-size: 12px;
	color: #FFF;
}

