html, body {
	margin				: 0px;
	padding				: 0px;
	font-size 			: 10pt;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #947A56;
	overflow-x			: hidden;
	background-color	: #9E8C5E;

}

td {
	font-size 			: 10pt;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #947A56;

}



#wrapper {
	position			: absolute;
	height				: auto;
	width				: 1005px;
	top					: 2px;
	left				: 2px;
	border				: 2px solid #922938;
	background-color	: #FFFFFF;
}

#wrapper #header {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 1005px;
	height				: 300px;
	text-align			: left;
	background			: url(../sitePics/header.jpg);
	background-repeat	: no-repeat;
	z-index				: 3;
}


#wrapper #main {
	top					: 256px;
}

#wrapper #main #menu {
	position			: absolute;
	width				: 200px;
}

#wrapper #main #menu ul li {
	display					: block;
	list-style				: none;
}

#wrapper #main #content {
	position			: relative;
	top					: 0;
	left				: 270px;
	width				: 700px;
	color				: #947A56;
}

  

#wrapper #main #content a{
	font-family				: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color					: #9E8C5E;
	font-size				: 12px;
	text-decoration			: none;
}

#wrapper #main #content a:hover{
	font-family				: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color					: #922938;
	font-size				: 12px;
	text-decoration			: none;
}

#wrapper #footer {
	font-size 			: 10pt;
	font-weight			: bold;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #922938;
	text-align			: right;
}

h1 {
	font-size 			: 14pt;
	font-weight			: bold;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #922938;
}

h2 {
	font-size 			: 12pt;
	font-weight			: bold;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color				: #922938;
}