#header {            
	position     : absolute;
	top		: 20px;
	left		: 20px;
	width        : 377px;
	padding      : 0px 0px 0px 0px;
	margin       : 0px 0px 0px 0px;
}                    

#headerUL {         
	list-style   : none;
	padding      : 5px 0px 5px 0px;
	margin       : -5px 0px 0px 0px;
	height	     : 25px;
	width	     : 500px;
}                    
#headerUL li  {      
	list-style   	 : none;
	display      	 : inline;
	padding      	 : 0px 0px 0px 0px;
	margin       	 : 0px 0px 0px 0px;
	background-color : #676767;
	height	     	 : 25px;
}
#headerUL li a {
	font-size    	 : 12px;
	color 	     	 : #FFFFFF;
	text-decoration  : none;
	font-weight  	 : bold;
	margin       	 : 0px;
	padding      	 : 5px 8px 5px 8px;
	background-color : #676767;
}

#headerUL li a:hover {
	background-color: #AAAEB1;
}

#logo {              
	position     : absolute;
	top          : 0px;
	left         : -6px;
	width        : 159px;
	height       : 130px;/*121px;*/
	padding      : 0px 0px 0px 0px;
	margin       : 0px 0px 0px 0px;
}                    
#banner1 {           
	position     : absolute;
	top          : 0px;
	left         : 159px;
	width        : 577px;
	height       : 121px;
	padding      : 0px 0px 0px 0px;
	margin       : 0px 0px 0px 0px;
}                    
