/*

	This div container contains all the header items and spans from the far left to the far right

*/
#header {
	
	margin:auto;
	
	height:109px;
	
	/* left tile the stripy background accross the header */
	background: url('/segregation/img/pageLayout/headerBackground.jpg') repeat-x top left;
}

/*

	This div container holds all the header content that is centered

*/
#header #centerContent {
	
	margin:auto;
	width:605px;
	
}

/*

	This is the Logo of the website

*/
#headerImage {
	
	float:left;
	
	position:relative;
	left:0px;
	top:0px;
	
	background: url('/segregation/img/pageLayout/headerLogo.png') no-repeat top left;
	
	height:97px;
	width:461px;
	
}

/*

	This is the small return home button to the right of the logo

*/
a#returnHome {

	position:relative;
	float:right;
	
	top:58px;
	right:48px;
	
	display:block;
	width:47px;
	height:37px;
	background: url('/segregation/img/pageLayout/home.gif') no-repeat top left;
}

/* when hovering, light it up */
a#returnHome:hover { background-image: url('/segregation/img/pageLayout/home_o.gif');}