#wrapper {
	height: 640px;
	background-color: #003;
	height: 643px;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 95px;
	width: 980px;
	background-color: #003;
}
#centerContent {
	height: 470px;
	width: 980px;
	background-color: #003;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	padding-top: 15px;
}
#footer {
	height: 25px;
	width: 980px;
	background-color: #003;
	text-align: center;
	clear: both;
	float: left;
	border: 1px solid #CCC;
	color: #CCC;
	padding-top: 5px;
}
#navTable {
	height: 23px;
	width: 980px;
	border: 1px solid #CCC;
	background-color: #003;
	text-align: center;
	float: left;
	color: #CCC;
}
a:link {
	color: #CCC;
}

a:visited {
	color: #063;
}
a:hover {
	color: #00C;
}
