@charset "utf-8";
/* CSS Document */
body {
	font: 100.1% 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-image: url(backgroundkb.gif);
	background-repeat: repeat-y;
}
.oneColElsCtr #container {
	width: 65%;
	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. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	color: #810281;
	}
#header {
	text-align: center;
	font-size: .85em;
	color: #810281;
	font-weight: bold;
	}
#header a:link {
	color: #810281;
	text-decoration: none;
	}
#header a:visited {
	color: #810281;
	text-decoration: none;
	}
#header a:hover {
	color: #810281;
	font-size: +1;
	text-decoration: none;
	}
#header a:active {
	color: #810281;
	text-decoration: none;
	}
#footer {
	text-align: center;
	font-size: .9em;
	color: #810281;
	}
#footer  h3 a:link {
	color: #810281;
	text-decoration: none;
	}
#footer  h3 a:visited {
	color: #810281;
	text-decoration: none;
	}
#footer  h3 a:hover {
	color: #810281;
	font-weight: bold;
	text-decoration: none;
	}
#footer  h3 a:active {
	color: #810281;
	text-decoration: none;
	}
.hours {
	font: "Arial Black", Helvetica-Black, sanserif;
	font-size: .8em;
	}
#credit{
	font-size: 0.6em;
	padding: 70px 0 4px 17px;
	color: #83421F;
	}
#credit a{
	color: #83421F;
	}
