/* 
 * Content is main page box, logo, navigation 
 * and footer all reside within content.
 */
 
body {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    color: #332211;
	background-color: #cfe4fc;
	background-image: url(../images/page_back_blue.jpg);
	z-index: 102;
}

#content {
    text-align: left;
    border: 10px solid #ffffff;
	background-repeat: no-repeat;		
    width: 886px;
    margin: 0 auto;
}

#main {
	margin: 0 auto;
	z-index: 155;	
    background-image: url(../images/main_blue2.jpg);
	background-repeat: no-repeat;				
	height: 459px;
	width: 886px;							
}

#header {
	margin: 0 auto;
	z-index: 155;	
    background-image: url(../images/header_blue2.jpg);
	background-repeat: no-repeat;			
	height: 130px;
	width: 886px;			
}

#footer {
	margin: 0 auto;
	z-index: 155;		
	background-color: #ffffff;
    background-image: url(../images/footer_blue2.jpg);	
	background-repeat: no-repeat;	
	height: 94px !important;				
	height: 92px;
	width: 886px;					
}

