﻿@import url("layout.css");
body {
	font-family: Georgia;
	font-size: 0.8em;
	background-color: #764;
	background-image: url('../images/background7.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 805px;
	margin: 10px auto;
	background-image: url('../images/background7.gif');

}
#masthead {
	text-align: center;
	width: 803px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	height: 133px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 623px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 643px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
}
#masthead h3 {
	height: 27px;
	text-align: center;
	font-variant: small-caps;
	position: relative;
	top: -31px;
	left: 0px;
	z-index: 2;
	width: 698px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
	text-align: center;
	font-size: x-large;
}
h4 {
	color: #000000;
	z-index: 1;
	left: 59px;
	top: 294px;
	position: fixed;
	height: 18px;
	width: 698px;
}
h3 {
	color: #000000;
	text-align: center;
	font-size: xx-large;
	font-family: "Goudy Old Style";
	width: 531px;
}
h2 {
	text-align: center;
	z-index: 1;
	left: 0px;
	top: 95px;
	position: absolute;
	height: 29px;
	width: 818px;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
	margin-left: 0px;
	text-align: center;
	margin-right: 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 635px;
	height: 17px;
	margin-left: 0px;
	font-size: x-small;
	text-align: center;
	font-weight: 400;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
	font-weight: 700;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	text-align: center;
}
.style_italic {
	font-style: italic;
}

