@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-attachment: scroll;
	background-image: url(images/bg_generic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D8C599;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}
.logo {
	position: absolute;
	height: 104px;
	width: 166px;
	left: 39px;
	top: 76px;
}
.content {
	position: absolute;
	height: auto;
	width: 700px;
	left: 60px;
	top: 213px;
}
.footer {
	font-size: 10px;
	color: #6B614B;
}
.imgborder {  
	border: #8d5e00; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
a {
	color: #8d5e00;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
