body {
	background-color: #C1B163;
	margin-left: 25px;
	margin-top: 10px;
}
#footer {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 375px;
	top: 435px;
}
#mainNav {
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 299px;
	left: 41px;
}
#content {
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 100px;
	left: 225px;
	width: 390px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #706336;
	text-decoration: none;
	padding-bottom: 10px;
}
.tools {
	padding-top: 10px;
}
a {
	color: #C2741F;
	text-decoration: underline;
}
a:hover {
	color: #C1B163;
}

