body, html {
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0 0;
    text-align: center;
}
div#container {
	margin: 0 auto;
	text-align: left;
	width: 758px;
	background: #FFF;
}
div#header {
	width: 758px;
	position: relative;
}
div#header h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	line-height: 2.5em;
	font-variant: small-caps;
	text-align: center;
	height: 178px;
	background: url(header.png) repeat-x;
}
div#header h2 {
	position: absolute;
	color: #FFF;
	font-size: 1.1em;
	font-weight: normal;
	width: 100%;
	top: 120px;
	font-variant: small-caps;
	text-align: center;
}
div#header ul#nav {
	width: 100%;
	height: 30px;
	margin: 1px 0;
	padding: 0;
	background: url(nav_bg.png) repeat-x;
}
div#header ul li {
	position: relative;
	float: left;
	width: 93px;
	height: 100%;
	padding: 0;
	line-height: 2.75em;
	text-align: center;
	font-size: 75%;
	border-left: 1px solid #FFF;
	background: transparent;
	list-style-stype: none;
}
div#header ul li a {
	display: block;
	color: #FFF;
	font-size: 1em;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
div#body {
	width: 688px;
	padding: 0 35px;
	background: #FFF;
}
div#body div#left,
div#body div#right {
	margin: 0;
	padding: 0;
}
div#body div#left {
	width: 329px;
	float: left;
	position: relative;
}
div#body div#right {
	width: 329px;
	float: right;
	position: relative;
}
div#body div#bottom {
	clear: both;
}
div#body h3 {
	width: 100%;
	height: 30px;
	color: #FFF;
	line-height: 1.75em;
	font-size: 1em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0;
	background: url(backgroundimage_5.png) repeat-x;
}
div#body p {
	padding: 0 1em;
	line-height: 1.4em;
}
div#body em {
	color: #900;
	font-style: normal;
}
div#footer ul#upperList{
	background: url(backgroundimage_2.png) #120087;
	width: 758px;
	height: 100px;
	margin: 0;
	padding: 0;
}
div#footer div#midBottom{
	background: #FFF;
	width: 758px;
	height: 60px;
	margin: 0;
	padding: 0;
}
div#footer div#lowerText{
	background: #FFF;
	width: 422px;
	height: 135px;
	margin: 0;
	padding: 0;
	float: left;
}
div#footer img {
	background: #FFF;
	float: left;
	padding: 20px 30px 0 30px;
	margin: 0;
}
div#footer li {
	color: #FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	display: block;
	position: relative;
	float: left;
	width: 30%;
	height: 80px;
	padding: 20px 0 20px 20px;
	text-align: center;
}
div#footer {
	background: #FFF;
	width: 758px;
	height: 200px;
	margin: 0;
	padding: 0;
}
a:link
{
	color: grey;
}
a:visited
{
	color: #800080;
}
a:hover
{
	color: #FF0000;
}
a:active
{
	color: #00FF00;
}
ul#nav a:hover
{
	width: 100%;
	height: 30px;
	margin: 1px 0;
	padding: 0;
	background: #0066ff repeat-x;
}