body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #755837;
	background-image: url(images/bg-tiled_wood.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #342110;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #342110;
	margin-right: 15px;
}
.footer {
	font-size: 10px;
	color: #664020;
}
a:link {
	color: #8F4F22;
	text-decoration: underline;
}
a:visited {
	color: #8F4F22;
	text-decoration: underline;
}
a:hover {
	color: #BF3900;
	text-decoration: none;
}
a:active {
	color: #BF3900;
	text-decoration: underline;
}
.footerLinks {
	font-size: 10px;
	color: #664020;
	line-height: 16px;
}
.shell {
	background-image:   url(images/bg-tiled-shell.gif);
	background-repeat: repeat-y;
}
.contentSpace {
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.containerSpace {
	padding: 0px;
	margin: 0px 11px;
}
.footerBG {
	background-image: url(images/bg-tiled_footer.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-color: #E4DCC7;
}
h1 {
	font-size: 14px;
	margin-right: 15px;
	color: #342110;
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2B971;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342110;
}
