﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	width: 675px;
	background-image: url("../images/banner.jpg");
}
#navigation {
	text-align: center;
	position: relative;
	float: left;
	width: 135px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	margin-left: 0px;
}
#content {
	text-align: justify;
	float: left;
	width: 540px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 682px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #999;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #999;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #ffefd5;
}
/* Content Styles */
h6 {
	color: #800;
}
h5 {
	color: #800;
}
h4 {
	color: #800;
}
h3 {
	color: #800;
}
h2 {
	color: #800;
}
#content h1 {
	color: #800;
}
#content img {
	padding: 3px;
	border: 1px solid #000;
}
/* Footer Styles */
#footer p {
	font-size: x-small;
	color: #fff;
	margin-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #800;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}