


body {
	background-repeat: repeat;
    background-position: 0px 0px;
    background-image: url(../images/background.jpg);
    background-color: #e7effc;
}

#container{
	margin:auto;    
	text-align:left;
	width:928px;
    height:auto;
        }
        
#header{
   background: url('../images/header.png');
   width: 927px;
   height: 133px;

}

#content_container{
    background-color: #f2f2f2;
    width: 885px;
    height:auto;
    	margin:auto; 
    	padding-left: 15px;  
}

#footer{
    background-color: #f2f2f2;
    width: 870px;
    height:auto;
    	margin:auto; 
    	padding-left: 15px;  
}

#top{
   position: absolute;
   z-index: 4;
   margin-top:23px;
   margin-left: 750px;

}

#centerbox_container {
		width: 926px;
		height: 332px;
		margin: 0;
		padding-top:10px;
        background-image: url('../images/centerbox_back.png');
        background-repeat: no-repeat;
	}

#center_nav{
   position: static;
   float: left;
   width: 487px;
   height: 312px;
   margin-left: 2px;

}


#centerbox{
   position: static;
   float: right;
   height: 312px;
   margin-right: 13px;
}

#content_text{
   position: static;
   float: left;
   width: 585px;
   height: auto;
   margin-left: 2px;
}

#content_pictures{
   position: static;
   float: right;
   width: 275px;
   margin-right: 13px;
   margin-top: 24px;
}

#content_pictures_sub{
   background-color: #ffe006;
}

.spacer{clear: both}