body
{
	background: #050505 url(../images/mainBg.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

a
{
	color: #153a55;	
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #1276a6;
}

.spacer
{
	clear: both;
}

#mainDiv
{
	width: 920px;
	margin: auto;	
	margin-top: 26px;
	background: #ffffff url(../images/mainDivTop.jpg) top left no-repeat;
}

#headerDiv
{
	height: 80px;
	position: relative;
}

#logo
{
	background: url(../images/logo.jpg) top left no-repeat;
	width: 266px;
	height: 66px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#logo span
{
	display: none;
}

#menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 20px;
	right: 20px;
}

#menu li
{
	float: left;
	margin: 0px 10px;	
}

#menu a
{
	font-size: 14px;
}

#bannerDiv
{
	background: url(../images/bannerBg.jpg) top left repeat-x;
	height: 253px;
	width: 100%;	
	position: relative;
}

#bannerLights
{
	background: url(../images/lights.jpg) top left no-repeat;
	width: 920px;
	padding-top: 90px;
}

#bannerDiv h1, h2
{
	font-size 28px;
	color: #000000;
	font-weight: bold;	
	padding: 0px;	
	width: 700px;
	margin: auto;		
}

#bannerDiv h2
{
	color: #ffffff;
	font-weight: normal; 	
	font-size: 28px;
}

#contentDiv
{
	margin: 20px 20px 200px 20px;	
	text-align: center;
}

#contentDiv h1
{
	color: #ec8629;	
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#contentDiv p
{
	width: 550px;
	font-size: 25px;
	color: #5d5d5d;
	margin: auto;
	text-align: center;
}

#contentDiv img
{
	border: 0px;
	float: right;	
}

#footerDiv
{
	text-align: center;	
	width: 920px;
	height: 100px;
	background: url(../images/mainDivBottom.jpg) bottom left no-repeat;
}

#footerDiv img
{
	border: 0px;	
}
