body {
	background-color:#090C11;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

a:link, a:visited, a:hover, a:active {
	color:#CCCCCC;
}

#pageContainer {
	width:978px;
	position:absolute;
	top:0px;
	left:0px;
}

#topContainer {
	height:165px;
	
}
#logoContainer {
	height:165px;
	width:278px;
	position:absolute;
	left:0px;
	top:0px;
}

#topNav {
	height:62px;
	width:699px;
	position:absolute;
	left:278px;
	top:0px;
	white-space:nowrap;
}

#topCurve {
	height:103px;
	width:699px;
	top:62px;
	left:278px;
	position:absolute;
}

#leftNavContainer {
	height:560px;
	width:278px;
	left:0px;
	top:165px;
	position:absolute;
	line-height:1px;
}

#bodyContainer {
	width:549px;
	height:410px;
	left:278px;
	top:165px;
	position:absolute;
	padding:75px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	overflow:visible;
}

#bodyContainerLower {
	width:977px;
	height:410px;
	left:10px;
	top:680px;
	position:absolute;
	padding:75px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	overflow:visible;
}

img {
	border:0px;
}

img.text {
	padding:0px 6px;
}

.mainText {
	font-size:18pt;
	color:#999999;
	line-height:35px;
}

#copyRightContainer {
	width:549px;
	margin:0px auto;
	height:45px;
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10pt;
}
#copyRight {
	width:45%;
	float:left;
	text-align:left;
	padding-left:10px;
}
#siteBy {
	width:45%;
	float:right;
	text-align:right;
	padding-right:10px;
	font-size:8pt;
}
#siteBy a:link, #siteBy a:visited, #siteBy a:active {
	color:#666666;
	text-decoration:none;
}
#siteBy a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}