#wrapper {
	border: 1px solid #245917;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F3E7D1;
}
#content {
	margin: 10px;
	padding: 10px;
}
#right {
	float: right;
	width: 539px;
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#left {
	float: left;
	width: 150px;
}
#contact {
	font-size: 8pt;
	font-weight: bold;
	color: #245917;
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#contact a:link {
	font-weight: bold;
	color: #245917;
	text-decoration: none;
}
#contact a:visited {
	font-weight: bold;
	color: #245917;
	text-decoration: none;
}
#contact a:hover {
	font-weight: bold;
	color: #8F614A;
	text-decoration: none;
}
#contact a:active {
	font-weight: bold;
	color: #245917;
	text-decoration: none;
}
h1 {
	font-size: 17pt;
	color: #245917;
	border-bottom-style: double;
	border-bottom-color: #CACBCD;
	font-weight: normal;
}
#footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #245917;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #245917;
	background-color: #F7F1E8;
	padding: 3px;
}
.small {
	font-size: 8pt;
}
li {
	margin-top: 10px;
}
a:link {
	color: #245917;
}
a:visited {
	color: #245917;
}
a:hover {
	color: #8B5843;
}
a:active {
	color: #245917;
}
#home {
	text-align: right;
	font-size: 90%;
	margin-right: 10px;
	margin-bottom: 10px;
}
