body {
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	background-color: #000;
	color: #FFF;
	background-repeat: no-repeat;
	background-image: none;
	background-position: center center;
	background-attachment: fixed;
}
#wrapper {
	padding: 0px;
	width: 1024px;
	height: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
}
#wrapper #header {
	height: 230px;
	width: 1024px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #000;
	background-image: url(Images/header_background_V9.png);
}
#wrapper #centercol {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 775px;
	text-align: center;
}
#wrapper #rightad {
	height: 600px;
	width: 120px;
	float: right;
	background-color: #000;
}

#wrapper #leftad {
	height: 600px;
	width: 120px;
	float: left;
	background-color: #000;
	padding-right: 5px;
}

#wrapper #topnav {
	padding-left: 214px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000;
	text-align: center;
}
#wrapper #topad {
	height: 1px;
	width: 728px;
	background-color: #000;
	margin-left: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#wrapper #bottomnav {
	height: 400px;
	width: 1024px;
	background-color: #000;
	float: right;
	background-image: url(Images/bottomnav_back_v1.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: center;
}
#wrapper #copyright {
	text-align: center;
	font-size: 8pt;
	float: right;
	padding-right: 100px;
	height: 200px;
	width: 900px;
}
#wrapper #centercol p {
	text-align: center;
}
#wrapper #centercol ul li {
	text-align: left;
}
#wrapper #centercol h1 {
	text-align: center;
}

