#wrapper {
	height: 530px;
	width: 982px;
	background-color: #003;
	height: auto;
	margin: auto;
	position: relative;
}
#header {
	height: 95px;
	width: 980px;
	background-color: #003;
	float: left;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	clear: right;
}
#topNav {
	float: left;
	height: 26px;
	width: 980px;
	background-color: #003;
	border: 1px solid #CCC;
	text-align: center;
	color: #CCC;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
}

#leftContent {
	height: 410px;
	width: 495px;
	background-color: #003;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	float: left;
}
#navTable {
	height: 15px;
	width: 950px;
	background-color: #003;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#formMain {
	color: #CCC;
	float: left;
	width: 430px;
	height: 410px;
	background-color: #003;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 25px;
}
a:link {
	text-decoration: underline;
	color: #CCC;
}
a:visited {
	color: #063;
}
a:hover {
	color: #00C;
}


#footer {
	height: 30px;
	width: 981px;
	background-color: #003;
	clear: both;
	float: left;
	color: #CCC;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	vertical-align: sub;
	padding-top: 10px;
}
