body {
	margin: 0;
	text-align: center;
	background: #000033;
	background-image: url('../images/layout/pageBg.jpg');
	background-repeat: repeat-x;
		
}

#siteCntr { 
	width: 750px; 
	margin: 0 auto; 
	text-align: left; 
}

#imageLeft {
	position: relative;
	left: -521;
	top: 0;
	border: 0;
}

#contentCntr { 
	position: relative;
	margin: 0;
	top: -525;
	text-align: left; 
	width:750px;
}  

#mainBanner {
	position: relative;
	height: 108px;
	width: 750px; 
	
}

#mainNav {
	position: relative;
	height: 36px;
	width: 750px; 
}

.mainNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366; 
	text-decoration: none;
}
.mainNavLink:hover {
	color: #663300; 
}

.mainNavDiv {	
	margin-left: 4px;
	margin-right: 4px;
}