 #header-container {
 	background-image: url('../img/header_bleed.gif');
 	background-repeat: repeat-x;
 	height: 142px;
 	background-color: #FFFFFF;
 }
 
 
 #content-container {
 	background-color: #FFFFFF;
 	padding: 0 0 22px 0;
 }
 #footer-container {
 	background-image: url('../img/footer_bleed.gif');
 	background-repeat: repeat-x;
 	height: 163px;
 	padding: 10px 0 0 0;
 	
 }
 #header, #footer, #content {
 	width: 798px;
 	margin: 0 auto;
 }
 
 #footer {
 	text-align: center;
 }
 #footer a {
 	color: #FFFFFF;
 }
 #navigation span {
 	padding: 0 18px;
 }
 
 #navigation span a {
 	color: #FFFFFF;
 }
 
 