body{
background: url(template/background.jpg); 
margin: 0;
padding: 0;
}

#container{
margin: 0px auto;
text-align: left;
width: 100%;
float:left;
padding: 0;
background-color: #fff; 
}

#banner
{
background: #f30 url('template/banner_orange.jpg'); 
height: 131px;
display: inline;
margin: 0 ;
width: 100%;
padding: 0;
float:left;
}
#navcontainer
{
margin: 0 ;
width: 100%;
height: 55px;
padding: 0;
background: #fff url('template/navorange.jpg') no-repeat;
float:left;
text-align: center;
}

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
border: 1px solid #000;
}

ul#navlist li
{
float: left;
font: bold 9pt Arial, sans-serif;
margin: 0;
padding: 7px 0;
}

#navlist a, #navlist a:link 
{
margin: 0;
padding: 8px;
text-decoration: none;
color: #000
}

#navlist a:hover
{
color: #000;
text-decoration: underline
}

#navcontainer li a#current
{
background: url('template/nav_current.gif');
text-decoration: none;
color: #000
}

#footer {	
margin: 0;
background-color: #000;
width: 100%;
height: 46px;
float: left;
}

.endtext
{
font: normal 12px "Times New Roman", Arial, Helvetica, sans-serif;
text-align: center;
width: 100%;
margin: 0;
padding: 6px 0; 
color: #FFF;
}

.endtext a:visited, .endtext a:link 
{
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #f90;
}

.endtext a:hover
{
color: #000;
text-decoration: none;
background-color: #F90;
}

.clear 
{
clear: both;
}