body {
	background:#e0dbcb url(../images/bg2.jpg) top center repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#54534d;
	margin:0px;
	padding:0px;
}
a {
	color:#6d3c39;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
a img { border:none; margin:0px }
div.panelleft {
	float:left;
	width:244px;
	margin:0px
}
div.panelright {
	float:right;
	width:608px;
	margin:0px
}
div.container {
	margin:0px auto;
	width:866px;
	height:auto;
}
div#footer {
	background:#503822;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:30px;
	color:#ffffff;
	font-size:8pt;
	width:100%;
}
div.clearman {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ---Pieces of Left Menu--- */
div#navbox {
	background:url(../images/navbg.jpg) top center no-repeat;
	width:230px;
	margin:0px;
	padding:5px 7px;
}
div#navbox div {
	margin:0px;
	border:1px solid #d2ccba;
}
div#navbox span {
	display:block;
	margin:0px;
	padding:6px 12px;
	background:#eae7da;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #d2ccba;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#32312d;
	text-decoration:none;
}
div#navbox a:hover span {
	color:#6d3c39;
	background:#ffffff;
	text-decoration:none;
}
div#navbox span#frozen {
	color:#6d3c39;
	background:#ffffff;
	text-decoration:none;
}
div#navbox a:hover {
	text-decoration:none;
	/* Cute little IE6 hack. */
	_background:none;
}

div.sidebox {
	background:url(../images/sidebox.jpg) top center no-repeat;
	width:228px;
	margin-top:10px;
	padding:5px 8px;
}
div.sidebox h1 {
	font-size:12pt;
	color:#6d3c39;
	margin:0px;
	padding:10px 10px;
	border-bottom:1px solid #ffffff;
	text-transform:uppercase;
}
div.sidebox p {
	margin:0px;
	padding:7px 10px;
	font-size:9pt;
}
div.sidebox span.highlight {
	text-transform:uppercase;
	color:#895741;
	font-weight:bold;
}

div#submenu span {
	display:block;
	margin:5px 0px;
	padding:2px 7px;
	color:#895741;
	font-size:10pt;
	text-decoration:none;
}
div#submenu .sublink {
	padding-left:30px;
}

div#submenu a:hover span {
	display:block;
	color:#e0dbcb;
	background:#77564d url(../images/submenuhover.jpg) repeat-x;
	text-decoration:none;
}

div#submenu .curPage {
	display:block;
	color:#e0dbcb;
	background:#77564d url(../images/submenuhover.jpg) repeat-x;
	text-decoration:none;
}

div#submenu a:hover {
	text-decoration:none;
	/* Cute little IE6 hack. */
	_background:none;
}

/* ---Pieces of Right Content Area--- */
div#pictureframe {
	background:url(../images/pictureframebg.jpg) top center no-repeat;
	width:590px;
	padding:9px;
}

div#textcontent {
	padding:15px;
}
div#textcontent p {
	margin:8px 0px;
}
div#textcontent p.q {
	font-weight:bold;
	margin:8px 0px 0px 0px;
}
div#textcontent p.a {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 15px;
}
div#textcontent p.quote {
	margin:6px 0px 0px 0px;
}
div#textcontent p.attribution {
	margin:6px 0px 18px 0px;
	padding-left:20px;
	font-style:italic;
}
div#textcontent ol {
	padding-left:25px;
	margin:0px;
	list-style-position:outside;
}
div#textcontent li {
	margin:8px 0px;
	padding-left:5px;
}
div#textcontent h1 {
	font-size:14pt;
	color:#6d3c39;
	margin:0px;
	padding:8px 0px;
	border-bottom:1px dotted #6d3c39;
}
img.photogallery {
	border:none;
	margin:0px 6px 11px 6px;
}
p.stafflink {
	font-size:14pt;
	border-bottom:1px dotted #6d3c39;
	padding:8px 0px;
}
p.stafflink img {
	vertical-align:middle;
	margin-right:20px;
}
div.historypic {
	width:500px;
	margin:15px auto;
	padding:0px 38px;
	border-right:2px dotted #a57b51;
}
div.historypic img + img {
	margin-left:10px;
}
h1.historyheader {
	font-size:11pt;
}
span.pastorcaption {
	display:block;
	width:250px;
	text-align:center;
	float:left;
}
/* ---Pieces of the Footer--- */
div#footer a {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#footer div.panelright {
	text-align:right;
	width: 458px;
}
div#footer div.panelleft {
	width: 394px;
}
div#footer p {
	margin:12px 0px;
}

/* ---Miscellaneous--- */
img.lefty {
	border:none;
	margin:2px 5px 2px 0px;
	float:left;
	clear:left;
}
img.righty {
	border:none;
	margin:2px 0px 2px 5px;
	float:right;
	clear:right;
}

hr {
	border: 0px;
	border-bottom:1px dotted #6d3c39;
}