body {
	margin: 0px;
	background-color: #2f170d;
	
	background-image: url('../img/topbg.jpg');
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f2a218;
}

.logo {
	border: 0;
	position: absolute;
	top: 60px;
	left: 40px;
}

.nav_table {
	border: 0;
	position: absolute;
	top: 128px;
	left: 45px;
	height: 30px;
}

td {
	border: solid 1px;
	border-color: #5b3526;
	background-color: #422214;
	padding: 0 10px 0 10px;
}

a:link{
	font-size: 0.8em;
	color:#f2a218;
	text-decoration: none;
}
a:visited{
	font-size: 0.8em;
	color:#f2a218;
	text-decoration: none;
}
a:hover{
	font-size: 0.8em;
	color:#f2a218;
	text-decoration: underline;
}
a:active{
	font-size: 0.8em;
	color:#f2a218;
}