html {
   SCROLLBAR-FACE-COLOR: #003366;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #99CC00; 
	SCROLLBAR-DARKSHADOW-COLOR: #222222; 
	SCROLLBAR-BASE-COLOR: #222222;
}

body {
	background-image: url(ero_pbg.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	margin: 10px 0px;
	padding: 0;
	min-width: 860px;
}
#wrapper {
	width: 870px;
	margin: 0 auto;
}
#topBar {
	width: 670px;
	margin-left: 100px;
	height: 56px; background-image: url(ero_logo.jpg);
	background-repeat: no-repeat;
}
#eroSplash {
	width: 870px;
	height: 492px;

}
#menuBar {
	width: 670px;
	height: 20px;
	margin-left: 100px;	
	clear: both;
	/*text-align: right;*/
	background-image: url(ero_menu.jpg);
	background-repeat: no-repeat;
	
}
#navcontainer {
	padding: 0 0 0 101px;
	width: auto;
	height: 20px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}
#footer {
	width: 670px;
	height: 20px;
	background-image: url(ero_footer.jpg);
	background-repeat: no-repeat;
	margin-left: 100px;		
	font-size: 9px;
	color: #006699;
	padding: 13px 0 0 0;
	text-align: right;
}
#footer p {margin: 0 16px 0 0;}
#footer a:link {color: #006699;}
#footer a:visited {color: #006699;}
#footer a:hover, a:active, a:focus {color: #A0A6B8;}
