@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/back.jpg);
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	vertical-align: top;
	width: 900px;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
#menuholder {
	width:180px;
	z-index:1;
	float: left;
}
#bodyholder {
	width:720px;
	height:711px;
	z-index:1;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	float: left;
}
#bodytext {
	width:720px;
	z-index:1;
	float: left;
}
.bodytexttext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
	font-weight: 500;
}
.largefirstletter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
}
.whiteheader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	padding-left: 10px;
}
#counsel {
	width:480px;
	height:580px;
	z-index:1;
	float: left;
	overflow: auto;
	text-align: left;
	vertical-align: top;
}
#newsandevents {
	width:640px;
	height:200px;
	z-index:1;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
#calendar {
	width:680px;
	height:600px;
	z-index:1;
	text-align: center;
	vertical-align: top;
	overflow: auto;
	padding-right: 10px;
}
#history {
	width:640px;
	height:650px;
	z-index:1;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	padding-right: 20px;
}
#ReverendMcclam {
	width:150px;
	z-index:1;
	text-align: center;
	vertical-align: top;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border: thin ridge #6D5660;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#photogallery {
	width:480px;
	height:360px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	border: 5px ridge #6F5465;
}

