@charset "utf-8";
html {
    overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/graphics/bkgd.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-color: #eeebef;
}
h2 {
	font-family: Mason;
	font-weight: normal;
	font-size: 2em;
}
a {
	color: #551e1e;
}
#wrapper {
	display: block;
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px; 
}
#header_box {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 180px;
	text-align: center;
	padding-top: 80px;
}
.current_link {
	color: white;
	background: #551e1e;
	border-radius: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-variant: small-caps;
	color: #white;
	padding: 4px 12px 3px 12px;
}
.current_sub_link {
	color: white;
	background: #551e1e;
	border-radius: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #white;
	padding: 4px 12px 3px 12px;
}
#header_box a {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #551e1e;
	padding: 4px 12px 3px 12px;
	font-variant: small-caps;
	text-decoration: none;
}
#header_box a:hover {
	color: white;
	background: #551e1e;
	border-radius: 3px;
	transition-duration: 0.2s;
}
#sub_header_box {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 275px;
	height: 50px;
	text-align: center;
}
#sub_header_box a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #551e1e;
	padding: 6px 12px 5px 12px;
	text-decoration: none;
}
#sub_header_box a:hover {
	color: white;
	background: #551e1e;
	padding: 4px 12px 3px 12px;
	border-radius: 3px;
	transition-duration: 0.2s;
}
#main-content {
	display: block;
	position: absolute;
	width: 100%;
	top: 375px;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #551e1e;
	left: -19px;
}
#main-content-static {
	display: block;
	position: absolute;
	width: 100%;
	top: 305px;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #551e1e;
	left: 0px;
}
.slider-page {
	background:url(../images/graphics/table-bkgd.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.subtext {
	font-size: .9em;
}
