body {
font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif; 
font-size: 12px; color: rgb(114, 98, 87); 
background: url('images/bg.jpg') #000000;
background-attachment: fixed;
}
table {font-size : 14px;}
a {text-decoration: none;}
a:link {
	color: #553415;
	text-decoration: none;
}
a:active,
a:visited {
	color: #8c6648;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
	text-decoration: none;
}
#navcontainer 
{
background: url('images/header.jpg') #000000 center top;
height: 180;
position: relative; top: -12px;
}
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
position: relative; top: 160px;
}
#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

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

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;

#tdlist
{
width: 300px;
height: 415px;
padding: 4;
}