﻿body {
	background-repeat: repeat;
	background-color: #85A46F;
	background: url('images/bg.gif');
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrap {
	background: #ECE8CC url('images/wrap.gif') repeat left;
	border-left: 1px #afc7ba solid;
	border-right: 1px #afc7ba solid;
	width: 900px;
}

#container {
	border: 1px #AFC7BA solid;
	width: 900px;
	margin: 15px auto 0 auto;
	background-color: #ECE8CC;
}
#masthead {
	margin: 0;
	text-align: center;
	width: 900px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	height: 100px;
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ECE8CC;
}
#footer {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
	width: 900px;
	height: 50px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
/* Content Styles */
#content h1 {
	color: #4A7570;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	margin-top: 10px;
}
#content h2 {
	color: #4A7570;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: x-large;
}
#content h3 {
	color: #4A7570;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: large;
}
#content img {
	margin: 5px;
	float: right;
}
#quote {
	padding: 10px;
	margin: 5px;
	border: 2px #4A7570 solid;
	float: right;
	width: 200px;
	text-align: center;
	background-color: #BFD2C8;
	font-weight: normal;
	font-family: "Century Schoolbook", "Times New Roman", serif;
}

/* Footer Styles */
#footer p {
	color: #413420;
}
#footer a {
	color: #413420;
	text-decoration: underline;
}
#footer a:hover {
	color: #87AB97;
	text-decoration: underline;
}
a {
	color: #413420;
	text-decoration: underline;
}
a:hover {
	color: #87AB97;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.none {
	border: 0;
}