@charset "utf-8";
body {
	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: #9A2303;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/banner.jpg);
	height: 185px;
	background-repeat: no-repeat;

}
#menu {
	padding-top: 190px;
	padding-left: 96px;
}
#pics {
	margin: 0px;
	padding: 0px;
	height: 311px;
	width: 800px;
	background-image: url(images/pics.jpg);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	margin-left: 20px;
	margin-right: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #B72A0E;
	border-bottom-color: #B72A0E;
	border-left-color: #B72A0E;
}
.oneColFixCtrHdr #footer {
	height: 26px;
	text-align: center;
}

a:link {
	color: #9A2303;
}
a:visited {
	color: #9A2303;
}
a:hover {
	color: #F1AE17;
}
a:active {
	color: #C3460E;
}
h1 {
	font-size: 24px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #B6290D;
}
h2 {
	font-size: 18px;
}
