body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #551F00;
	font-size: 12px;
}
body {
	background-image: url(bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #665042;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*this container holds upper right-hand text. - this is held within the above selector. Overflow is set to auto so if the content exceeds the 190px depth vertical scrollbars are provided.*/
#contentright {
	clear:none;
	height: 650px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #796952;
	scrollbar-shadow-color: #796952;
	scrollbar-arrow-color: #796952;
	scrollbar-track-color: #ffffff;
	background-color: #ffffff;
}
#navigation {
	margin-top:230px;
	margin-left: 50px;
	}



li {margin-bottom: 8px;}

.menu a {
     margin: 0 2px;
     width: 150px; 
     height: 20px;
     display: block;
     text-align: center;
     border: 2px solid #624E3E;
     text-decoration: none;
     color: #551100;
     background: #EEE6DB;
	 }
	 
.menu a:hover {
     background: #624E3E;
     border: 2px solid #EEE6DB; 
	 text-decoration: none;
	 color:#FFFFFF;
     }

.menu a:active {
     background: #624E3E;
     border: 2px solid #624E3E; 
	 text-decoration: none;
     color: #fff;
     }
