body {
	background: #E1D9CC;
	color: black;
	margin: 0px;
	padding: 0px;
	font: 11px Georgia, serif;
}

#container {
	height: 100%;
	min-height: 100%;
	position: relative;
}

body>#container {
	height: auto;
}

html, body {
	height: 100%;
}

a {
	color: #145F00;
}

a:hover {
	/*color: #496f3f;*/
	color: #5f0014;
}

a img {
	border: none;
}

#body {
	line-height: 1.8;
}

#body p {
	margin: 0px 0px 2ex;
}

#body h2 {
	margin: 16px 0px 8px !important;
	padding: 0px 0px 4px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 150%;
	border-bottom: 1px solid #93867A;
	line-height: normal;
}

#body ul {
	margin: 0px 8px 2ex 20px;
	padding: 0px;
}

#body ul li {
	margin-bottom: 1ex;
}

.cleaner {
	clear: both;
}

#footer {
	clear: both;
	height: 56px;
	margin-top: -56px;
	background: url(images/main-b-footer.jpg) repeat-x center top;
	color: #85796D;
	position: relative;
	z-index: 20;
}

#footer p {
	margin: 0px auto;
	width: 736px;
	padding-top: 16px;
}

#footer a {
	color: #85796D;
}

p.caption {
	font-style: italic;
	margin: 0px 16px 2ex;
	color: #93867A;
}