body {
	background-color: #cccccc;

}

#homepageNavBar {
	width: 800px; 
	background-color: #999999; 
	margin: 0 auto;
	height: 250px; 
	

	
}
#secondPageNavBar {
	background-color: #999999; 
	height: 80px; 
	width:800px; 
	margin: 0 auto;
	padding: 0px;
	font-size: 0px;
	border: 0px;
}

#bodyCont {
	width: 799px; !important; 
	width: 800px; 
	padding-right: 0px; 
	margin: 0 auto; 
	background: url(../images/bodyBg.gif) repeat-y center top;
}


#mainHorizontalGap {

	font-size: 0px;	
	width: 10px;
}


.footer {
	height: 74px;
	width: 800px;
}

.footer div {
	padding-top:57px;
	text-align: center; 
	float: left; 
	color: white;
	font-size: 11px;
	margin-left: 6px;
}

.footer a {
	font-family: Arial, sans-serif; 
	color: white; 
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
