body {
background: #FFFFFF url(../images/background.jpg) repeat-y 100%; 
font-family verdana, arial, sans-serif; 
font-size: 12px;;	
}

img { 
border: none;
} 


#logo {
background: #FFFFFF;
position: absolute;
left: 53px;
}

#banner {
position: absolute;
left: 53px;
top: 80px;
padding-top: 9px;
padding-bottom: 9px;		
background: #ccc url(../images/bannerback.jpg) repeat-y 100% 0;
border-bottom: solid #BF8960 2px;		
}

.nav {
 border-top: solid #BF8960 2px;		
 border-bottom: solid #BF8960 2px;
position: absolute;
left: 340px;
top: 45px;
}
 
.nav a {
 color: #333366;
 font-weight: bold;
 font-size: 16px;
 text-decoration: none;
 margin-left: 10px;
 margin-right: 8px;	
 }

.nav a:hover {
color: #CFD4E6;		
}


#content-wrapper {
background: url(../images/content.gif) no-repeat;
position: absolute;		       
left: 340px;
top: 250px;
width: 320px;
height: 210px;
margin-bottom: 50px;
border-bottom: solid #BF8960 2px;		
	  }

#content {
position: absolute;
top: 20px;
left: 0px;
width: 300px;
padding-left: 12px;
padding-top: 5px;
padding-right: 8px;
background: #E3ECEB;
color: #183337;
height: 88%;
border-bottom: solid #CFD4E6 8px;
 }    