html {
	font-family: times new roman;
	font-weight: bold;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#mainWrapper {
	background-image: url(images/BGSeal.jpg);
	background-repeat: no-repeat;
	float: left;
}

#headerDiv {
}

#navMenu {
	background-image: url(images/menuBG.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	height: 507px;
	margin-left: -82px;
}

#navMenu img {
	float: right;
	border: none;
	margin-right: 5px;
	margin-top: 2px;
}

#contentBody {
	background-image: url(images/BGbody.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 504px;
	margin-left: 162px;
	margin-top: 12px;
}

#contentBody h3 {
	padding-left: 130px;
	color: #7c0606;
}

#contentBody p {
	width: 361px;
	padding-left: 130px;
	color: #56412a;
}

#contentBody p a {
	color: #323232;
	text-decoration: none;
}

#contentBody p a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 502px;
	height: 88px;
	margin-left: 162px;
	margin-top: -3px;
}

.navLinks {
	float: left;
	font-size: 9px;
	color: #323232;
	margin-top: 15px;
	margin-left: 30px;
}

.navLinks a {
	color: #323232;
	text-decoration: none;
}

.navLinks a:hover {
	text-decoration: underline;
}

.copyright {
	float: left;
	font-size: 10px;
	color: #9e957b;
	margin-left: 50px;
}

.copyright a {
	color: #9e957b;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}