@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	position: relative;
	height: 2000px;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: 857a74;
	height: 107px;
	width: 918px;
	top: 0px;
}
#navbar {
	background-color: 857a74;
	height: 30px;
	width: 918px;
	position: absolute;
	z-index: 800;
	font-family: Arial, Helvetica, sans-serif;
}
#image {
	position: absolute;
	width: 918px;
	top: 137px;
	height: 204px;
}
#body {
	background-color: #000000;
	position: absolute;
	height: 1500px;
	width: 918px;
	padding-top: 378px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: -2px;
	top: 400px;
}
#body {
	background-color: #FFFFFF;
	padding: 5px;
	height: 1300px;
	width: 908px;
	position: absolute;
	top: 341px;
	margin: 5px;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: left;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #837872;
	text-align: left;
	background-color:FFFFFF;
}

a:link {color:#a94e1d;}
a:visited {color:#837872;} 

