@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
a:active {
	color:#FFF;
	text-decoration: underline;
}

#mainDiv {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:964px;
}

#headerDiv {
	clear: both;
	width:964px;
	height:40px;
}
#headerNav {
	width: 600px;
	margin-left: 0px;
	margin-top: 23px;
	font-size: 0.9em;
	display: inline;
}
.headerDivider {
	color: #28a9e0;
	font-weight: bold;
}

#mainImageDiv {
	clear: both;
	width:964px;
	height:324px;
}

#bodyTextDiv {
	clear: both;
	float: left;
	width: 655px;
}

#textBox {
	width: 565px;
	float: right;
	font-size: 1.1em;
	line-height: 1.3em;
}

#bodyTrailerDiv {
	float: right;
	width:348px;
}

#footerDiv {
	clear: both;
	width:964px;
	height:225px;
}
