@charset "UTF-8";

html { height: 100%; overflow:auto;}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #675239;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px;
	margin-top: 0px;
	z-index:0;
	position: relative;
	line-height:25px;
	font-size:13px;

}


img#background {
	position: absolute;
	height: 100%;
	left: 0px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position:bottom left ;
	background-repeat: no-repeat;
	overflow: auto;
	z-index: -1;
}

h1 {
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#694833;
text-transform:uppercase;

}

h2 { 

margin-top:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:16px;
color:#000000;
margin-bottom:0px;

}

a:link {
	color:#694833;
	text-decoration:none;
}

a:active {
	color:#694833;
	text-decoration:none;
}

a:hover {
	color:#A76323;
	text-decoration:none;

}

a:visited {
	color:#694833;
	text-decoration:none;
}