body {
	background-color: #472B1E;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}
#wrapper {
	background: #472B1E url(../images/bg-page.jpg) repeat-y center top;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 22px;
	padding-bottom: 0;
	font-size: 1.2em;
}
#header {
	text-align: center;
}
#logo {
	background: #fff url(../images/bg-header.jpg) no-repeat left top;
	height: 109px;
	padding-top: 15px;
	
	border-bottom: 1px solid #999;
}
#siteNav {
	margin: 0;
	padding: 8px;
	background-color: #DCC8A3;
}
#siteNav li {
	display: inline;
	list-style-type: none;
	padding: 0 25px;
	font-size: 1.2em;
}
#siteNav li a:link, #siteNav li a:visited {
	color: #000;
	text-decoration: none;
}
#siteNav li a:hover {
	text-decoration: underline;
}
p#splash {
	margin: 0;
}
#content {
	background: #775240;
}
#oneCol {
	background: #fff;
}
#mainCol {
	margin-right: 240px;
	background: #fff;
	padding-bottom: 10px;
}
#subCol {
	background: transparent url(../images/bg-subcol.jpg) repeat-x left top;
	width: 240px;
	float: right;
	text-align: center;
}
h1, #mainCol h2, #mainCol h3 {
	padding: 10px 30px;
}
h1 {
	background: #552F22 url(../images/bg-pageheader.jpg) repeat-x left top;
	margin: 0;
	font-size: 1.7em;
	color: #fff;
	font-weight: normal;
}
#mainCol p, #oneCol p, #subCol p{
	line-height: 1.4em;
	padding: 5px 30px;
}
.dropcap {
	font-size: 2em;
}
p#footer {
	background: #552F22;
	color: #DCC8A3;
	border-bottom: 1px solid #000;
	padding: 15px 30px;
	margin: 0;
	clear: both;
}
#subCol h2, #subCol p, #subCol h3 {
	padding: 5px 20px;
}
h2 {
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
}
p.addy {
	color: #fff;
	text-align: right;
	font-size: .9em;
}
#subCol a:link, #subCol a:visited {
	color: #fff;
}
#subCol a:hover {
	background: #fff;
	color: #775240;
}
ul.gallery {
	padding: 0 0 25px 0;
	margin: 0;
	background: transparent url(../images/hr-subcol.gif) no-repeat bottom center;
}
ul.gallery li {
	list-style-type: none;
	
}
ul.gallery a:link img, ul.gallery a:visited img{
	padding: 1px;
	border: 1px solid #DCC8A3;
}
ul.gallery a:hover img {
	background: #fff;
}
