body {
	background:#A5A67A url(pictures/bg.gif) repeat-y center;
	margin:0;
	padding:0;
	font: 13px/15px georgia, times, serif;
	text-align:left;
}
#mainTable {
	border: 0px solid #000000;
	/*/*/line-height: 1.2em; /* */

 }
#navcontainer { width: 120px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 140px;
background-color: #DBCA67;
border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E5DB97;
color: #000;
}
