#header { 
height: 60px; 
background-image: url(/images/JCSheader.jpg); 
background-repeat: no-repeat; 
width: 700px;
background-position: center; 
} 
 
#header span { 
display: none;  
} 

#container {
text-align: left;
width: 700px;
background-color: #fff;
border: 0px solid black;
}


#topnav {
float: center;
width: 700px;
text-align: right;
padding: 4px 0px 4px 0px;
background-color: #222222;
}

#content
{
margin-left: 20px;
max-width: 96%;
}

#footer {
clear: both;
color: #FFF;
background-color: #26427c;
padding-top: 16px;
padding-bottom: 20px;
height: 80px;
border-top: 1px solid #222222;
border-bottom: 0px solid #222222;
background-image: url(/images/JCSfooter.jpg); 
background-position: center; 
}

#leftfoot {
float: left;
width: 210px;
margin-left: 10px;
margin-top: 10px;
text-align: left;
}

#rightfoot {
float: right;
width: 410px;
margin-right: 10px;
margin-top: 10px;
text-align: left;
}
