body {
	/* background-color: #5a461c; */
	background-color: #403200;
	background-image:  url("../masterimages/pageBG.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000000;
	margin: 0 0 30px 0;
	padding: 0;
}
img {
	border: none;
}
#wrapper {
	width: 751px;
	margin: 20px auto 0 auto;
	background-image:  url("../masterimages/contentBG.jpg");
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#masthead {
	background-image:  url("../masterimages/mastheadBG.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#sidebar {
	width: 164px; /* 30 + 10 + 164 = 204 rendered */
	float: left;
	padding: 20px 10px 0 30px;
	font-size: .7em;
}
#maincontent {
	float: left;
	width: 494px; /* 547 = 33 + 20 + 494 */
	padding: 20px 33px 0 20px;
	font-size: .8em;
	line-height: 1.4em;
}
#bottomBevel {
	width: 751px;
	height: 35px;
	clear: both;
	background-image:  url("../masterimages/footerBG.jpg");
	background-repeat: no-repeat;
	font-size: 10px;
}
#footer {
	width: 751px;
	margin: 0 auto;
	font-size: .7em;
	color: #ffffff;
	padding: 3px 0;
}
#footer p {
	margin: 0 0 8px 0;
}
#footer a:link {
	color: #d5e0ee;
}
#footer a:visited {
	color: #dde3ce;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #c6bfb0;
}
a:link {
	color: #5a461c;
}
a:visited {
	color: #85a6ce;
}
a:hover, a:active, a:focus {
	color: #9cae70;
}
#maincontent p, #sidebar p {
	margin: 0 0 16px 0;
}
h1 {
	margin: 0 0 8px 0;
	font-size: 1.4em;
	color: #5a461c;
}
h2 {
	margin: 8px 0;
	color: #85a6ce;
	font-size: 1.2em;
}
h3 {
	margin: 8px 0;
	color: #9cae70;
	font-size: 1em;
}
#maincontent .pullQuote {
	margin: 0 20px 0 20px;
	border: 1px solid #5a461c;
	padding: 10px;
}
sup {
	font-size: 0.8em;
}
.floatRight {
	float: right;
	margin-left: 5px;
}