@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #bead90;
	background-image: url(pagephotos/bk.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	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;
	background-color: #000;
}
#menulayer {
	text-align: center;
	color: #BEAD90;
	background-color: #000;
	height: 30px;
	padding-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #896859;
	border-right-color: #896859;
	border-bottom-color: #896859;
	border-left-color: #896859;
}
#menulayer a {
	color: #896859;
}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(pagephotos/toplogo.jpg);
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #CABC9F;
	background-color: #000;
	border: 2px none #896859;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(pagephotos/mainbk.jpg);
	background-repeat: no-repeat;
	background-position: 600px 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
blockquote p {

}

.oneColFixCtrHdr #footer {
	background-color: #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #896859;
	border-right-color: #896859;
	border-bottom-color: #896859;
	border-left-color: #896859;
	text-align: center;
	font-size: 12px;
	background-image: url(pagephotos/logosmall.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 54px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CABC9F;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#mainContent h1 {
	font-size: 20px;
	text-align: center;
	color: #E1DCBF;
}
.linkspage {
	font-size: 10px;
}

#mainContent h2 {
	font-size: 18px;
}
#mainContent h3 {
	font-size: 16px;
	margin-top: 30px;
}
#mainContent ul li {
	margin-left: 20px;
}
blockquote p a {
	color: #E1DCBF;
	font-weight: normal;
}
blockquote p small a {
	color: #BEAD90;
}
blockquote h3 a {
	color: #BEAD90;
}
#footer p a {
	color: #896859;
}

