body {
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	background-color: black;
	font: .8em  Helvetica,Verdana, Arial, sans-serif;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 947px;
	margin: 0 auto; 
	text-align: left; 
}
#imageContainer {
	margin: 0 auto;
	background-image:url(images/frontMainBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	background-image:url(images/headerBg.png);
	background-repeat: repeat-x;
	height:52px;
	margin: 0 auto;
}
#header ul {
	margin: 0;
}
#nav {
	position: absolute;
	margin: 0 0 0 -40px;

}
#header li {
	background-repeat: no-repeat;
	display: inline;
	list-style-type: none;
	padding: 55px 0 0 6px;
	height: 22px;
	width: 102px;
	margin-left: 8px;
	float: left;	
}
.header1 {
	background-image: url(images/menuBox1.png);
}
.header2 {
	background-image: url(images/menuBox2.png);
}
.header3 {
	background-image: url(images/menuBox3.png);
}
.header4 {
	background-image: url(images/menuBox4.png);
}
.header5 {
	background-image: url(images/menuBox5.png);
}
.header6 {
	background-image: url(images/menuBox6.png);
}
#header li:hover {
	background-image: url(images/hoverBg.png);
	background-repeat: no-repeat;
}
#header a {
	color: white;
	text-decoration: none;
	padding: 50px 30px 0 0;
}
#headerText {
	position: absolute;
	font-size: 0.85em;
	display: inline;
	color: white;
	float: left;
	width: 260px;
	margin: 0 0 0 700px;
	padding: 22px 0 0 0;
}
#mainContent {
	height: 550px;
}
#contentText {
	padding-top: 290px;
	float: left;
	text-align: right;
	color: #FFDC73;
	width: 550px;
	font-size: 1.2em;
	text-transform:uppercase;
}
#contentText p {
	padding-right: 55px;
	margin: 0;
}
#footer {
	padding: 0 10px;
	background:black;
}
#footer p {
	margin: 0;
	padding-top: 6px;
	color: #00AEEF;
	text-align: right;
	font-size: 1.2em;
}
