﻿@import url("layout.css");
body {
	font-family: "Calibri","Arial";
	font-size: 11pt;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	background-position: left center;
	border-style: groove none groove none;
	border-width: 5px;
	border-color: #D9B364;
	text-align: center;
	width: 698px;
	background-image: url('../images/logo2a.jpg');
	color: #774422;
	font-family: Calibri, Arial;
	background-repeat: no-repeat;
	background-attachment: inherit;
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}
#navigation {
	position: relative;
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px none #431;
}
#content {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px none #431;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px none #431;
	font-family: Calibri, Arial;
}
/* Masthead Styles */
#masthead h1 {
										font: xx-large Calibri, Arial;
										color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px none #964;
}
/* Footer Styles */
#footer p {
	border-width: thin;
	border-color: #D48822;
	color: #885533;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: groove;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
