body {
	background-color: #000000;
	background-image: url();
}

.style1 {text-align: left; color: #996600}
.style2 {text-align: left; font: caption; color: #996600}
.style3 {font: caption; color: #996600}
h1 {text-decoration:line-through; color:#996600}
h2 {text-decoration:line-through; color:#996600}
h3 {text-decoration:line-through; color:#996600}
h4 {color:#996600}

A:link {text-decoration: underline; color: #996600;}
A:visited {text-decoration: underline; color: #996600;}
A:active {text-decoration: underline; color: #996600;}
A:hover {text-decoration: underline; color: #A67D3D;}

A:link img, A:visited img {border-color: #996600;}
A:hover img  {border-color: #A67D3D;}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #996600;
font: bold 12px Verdana, sans-serif;
background: black;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #996600;
border-bottom: none;
background: #996600;
text-decoration: none;
}

#navlist li a:link { color: black; }
#navlist li a:visited { color: black; }

#navlist li a:hover
{
color: black;
background: #A67D3D;
border-color: #A67D3D;
}

#navlist li a#current
{
color: #996600;
background: black;
border: 1px solid #996600;
border-bottom: 1px solid black;
}

#main {
    float:left;
    width:70%;
    }
#sidebar {
    float:right;
    width:30%;
    }
	
#news {
 	margin-left: 100px;
	margin-right: 100px;
	text-align:left;
	font-size: smaller; color: #996600
	}	