@charset "utf-8";
body {
	background: #26140C;
	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: #26140C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.navborder {
	width: 770px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: medium;
	float: left;
}

.oneColFixCtrHdr #container {
	width: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #26140C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D6BCB1;
}
.oneColFixCtrHdr #header {
	background-color: #784E3D;
	color: #D6BCB1;
	background-image: url(../images/banner1.jpg);
	height: 275px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
}
.photo-clear {
	clear: both;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	border: 1px solid #168A7B;
	float: left;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #26140C;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #D6BCB1;
	height: auto;
}
.oneColFixCtrHdr #footer {
	color: #D6BCB1;
	background-color: #784E3D;
	height: 35px;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 20;
}
.oneColFixCtrHdr #footer p {
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.a20margin {
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: 20px;
	border: 1px solid #168A7B;
}

.caption {
	font-size: x-small;
	font-style: italic;
	padding: 2px;
	clear: both;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 40px;
	margin-left: 2px;
}
.italic {
	font-style: italic;
}
.quote {
	font-size: small;
	color: #D6BCB1;
	background-color: #784E3D;
	margin: 10px;
	padding: 10px;
	border: thin solid #26140C;
}
.quotename {
	font-style: italic;
	text-indent: 25px;
}
a:link {
	color: #163D38;
	font-weight: bold;
}
a:hover {
	color: #333366;
}
a:visited {
	color: #168A7B;
}
a:active {
	color: #168A7B;
}
.photo {
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
}
.height {
	height: 500px;
}

