body {
background-color: #000;
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
color:#000;
padding:0px;
margin: 0px;
}


h1 {
font-size: 11px;
border-top:1px solid #613725;
border-bottom:1px solid #613725;
padding:0px 0px;
margin:0px;
margin-top:-14px;
font-weight: normal;

}

h2 {
font-size:20px;
font-weight: normal;
padding: 0px 0px;
margin:0px;
}


#container {
width: 600px;
margin-bottom: 0px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
background-color: #BF8630;
height: auto;
}

#banner {
background-color: #BF8630;
text-align: right;
padding: 0px;
margin: 0px;
top:0px;
height: 15px;
margin-top: auto;
margin-bottom: auto;
border-top:1px solid #613725;
border-bottom:1px solid #613725;
}

/*
#navlist {

position:absolute;
top:108px;
right:auto;
left:auto;
}


#navlist {

position:fixed;
top:108px;

}
*/

#navlist {
float:top;
margin-top:-0px;
}

#navlist li{
display:inline;
} 

 #navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

#content {
background-color: #f6e1b2;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
padding:15px;
height: auto;
text-align:center;
}
#content a {
text-decoration: none;
color: #896610;
}
#content img {
margin-top:10px;
margin-bottom:10px;
}

div#content { 
min-height:100px;

}

#footer {
background-color: #BF8630;
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

a {color: #0C0C0C;}
a:visited {color:#5C0C0C;}
a:active {color:#000000;}

a:hover, a:focus {
	color: #ac2c2c;
	text-decoration: underline;
}

#content  a:hover, a:focus {
color:#000;
text-decoration:underline;
}

