#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
body {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	line-height: 1.6em;
	background-color: #00032E;
	margin: 0px;
	padding: 0px;
	color: #00032E;
	text-align: center;
}
#header {
	height: 153px;
	width: 950px;
	background-color: #00032E;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main_logo {
	height: 144px;
	width: 438px;
}
#navigation {
	height: 33px;
	width: 950px;
	background-color: #00032E;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
#navmenu {
	float: left;
	height: 33px;
	width: 870px;
}
#navigation li{
	background-image: none;
	list-style-type: none;
}
#navigation a {
	font-style: normal;
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
}
#content_wrapper {
	width: 930px;
	background-color: #FFFFFF;
	float: left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 950px;
	background-color: #00032E;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	float: left;
	text-transform: uppercase;
}
#footer a {
	color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#thankyou {
	font-size: 16px;
	text-align: center;
	height: 300px;
	padding-top: 50px;
}

