/* CSS Document */
body  {
margin:0; 
padding:0; 
background: #FFFFFF;
font-family: Tahoma, Verdana; 
font-size: 11px;
font-size: 11px;
color: #003333;
}

table, h4{
font-family: Tahoma, Verdana; 
font-size: 11px;
font-size: 12px;
color: #003333;
}

a:link {color:#003333; text-decoration: none;}      /* unvisited link */
a:visited {color:#003333; text-decoration: none;}  /* visited link */
a:hover {color:#003333; text-decoration: underline;}  /* mouse over link */
a:active {color:#003333; text-decoration: none;}  /* selected link */

/* mainlyaout */
#center{
position: relative; 
left: 50%; 
margin-left: -492px; 
width: 984px; 
}

#header{
position: relative; 
width: 984px; 
height: 40px; 
}
	
#head_image{
position: relative; 
width: 964px; 
height: 296px;
padding: 10px;  
}
	
#main{
position: relative; 
width: 964px;
min-height: 350px;
padding: 10px;
margin-top: 20px;
border: 1px solid #003333;
background: white;
}

#bottom{
position: relative; 
width: 964px;
height: 60px;	
border: 1px solid #003333;
padding: 10px; 
top: 20px;
background: white;
}
/* mainlyaout */


ul, li{
padding-left: 10px;
list-style-type: none;
}

#header li{
float: left;
margin: 0 0.15em;
}