body {
	font-family: "trebuchet MS", Helvetica, Arial;
	font-size: medium;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#nav {
	margin: 0px auto;
}
#nav li {
	float: left;
	width: auto;
	list-style-type: none;
	padding-right: 10px;
}
#nav a {
	font-family: "trebuchet MS", Helvetica, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
}
.linktext {
	font-family: "trebuchet MS", Helvetica, Arial;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-family: "trebuchet MS", Helvetica, Arial;
	color: #999999;
	font-size: large;
	font-weight: bold;
}

#splash {
	margin: auto;
	height: 600px;
	width: 900px;
}
#navigation {
	width: 900px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
#content {
	width: 900px;
}
#topbanner {
	height: 100px;
	width: 900px;
}
h1 {
	font-family: "trebuchet MS", Helvetica, Arial;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.link {
	font-family: "trebuchet MS", Helvetica, Arial;
	font-size: medium;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.biglink {
	font-family: "trebuchet MS", Helvetica, Arial;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
