﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #44735C;
}
#container {
	padding: 10px;
	width: 800px;
	margin: 0 auto;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	margin: 0px;
	text-align: right;
	width: 800px;
	padding: 0px;
	border: 1px none #725972;
	background-color: #74AD91;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #74AD91;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px none #d8bfd8;
}
/* Masthead Styles */
#masthead h3 {
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #402640;
	white-space: nowrap;
	font-weight: bold;
	font-family: Papyrus;
	font-size: xx-large;
	font-style: normal;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border: thin #FFFFFF solid;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #74AD91;
	font-weight: bold;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #74AD91;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #D5E6DD;
}
ontent Styles */
#content h1 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
