body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #231F19;
	background-image: url(images/bg.gif);
}

h1 {
	font-size: 15px;
}

a:link,a:visited,a:active {
	font-size: 110%;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#6F4A0E;
	text-decoration:none;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#core {
	left: 200px;
	top: 0px;
	color: #DBDBDB;
	position: absolute;
	width: 650px;
	line-height: 27px;
	font-size: 12px;
	padding-left: 50px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CA7E07;
	background-image: url(images/bgMenu.gif);
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 563px;
	width: 200px;
	padding-top: 50px;
	font-weight: bold;
	line-height: 30px;
}

#menu p {
		padding-right: 10px;
}

#footer {
	background-color: #181510;
	width: 689px;
	padding-top: 3px;
	position: absolute;
	font-size: 10px;
	color: #706A3B;
	left: 0px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 35px;
	text-align: right;
	padding-right: 10px;
}

#footer a:link, a.footer:visited, a.footer:active {
	COLOR: #706A3B;
	TEXT-DECORATION: none;
	font-weight: normal;
} 
#footer a:hover {COLOR: #ffffff; TEXT-DECORATION: underline}
