a {
	color: #624130;
}
body {
	background: #E2EDD9 url("/template/images/body.jpg") repeat-x top left;
	color: #444;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
div#container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
div#content {
	background: #fff;
	padding: 15px;
}
div.feature {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	margin: 0 0 20px 0;
	padding: 15px;
}
div.feature h3 {
	text-align: right;
}
div.feature p {
	margin: 0;
	text-align: justify;
}
div.half {
	float: left;
	padding: 1%;
	width: 50%;
	w\idth: 48%;
}
h1 {
	background: url("/template/images/header3.jpg") no-repeat top left;
	height: 194px;
	margin: 0;
	padding: 0;
	width: 750px
}
h1 a {
	color: #222;
	text-decoration: none;
}
h1 a span {
	visibility: hidden;
}
h2 {
	color: #624130;
	font-size: 160%;
	font-weight: 100;
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 140%;
	font-weight: 100;
	margin: 0 0 20px 0;
	padding: 0;
}
div#content img {
	border: 2px solid #ddd;
	padding: 5px;
}
img.floatedLeft {
	float: left;
	margin: 0 10px 0 0;
}
img.floatedRight {
	float: right;
	margin: 0 0 0 10px;
}
textarea.nicer, input.nicer {
	border: 2px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	width: 100%;
}
p {
	line-height: 180%;
	margin: 0 0 20px 0;
	padding: 0;
}
p.return {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}
p#footer {
	background: #E2EDD9;
	border-top: 5px solid #624130;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
table td {
	vertical-align: top;
}
ul#menu {
	background: #E2EDD9;
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
ul#menu li {
	display: inline;
	padding: 0 20px;
}
ul#menu li a {
	color: #465926;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li a:hover {
	text-decoration: underline;
}
