﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: gray;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	background: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
}
#masthead {
	text-align: center;
	width: 798px;
	padding: 0px 0px 10px 0px;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #00FF00;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-color: #000000;
	border-right-style: solid;
}
#content {
	float: left;
	width: 648px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	padding: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
	width: 798px;
	background-color: #000000;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
}

/* 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 dotted #dfb8df;
	background-color: #14acd9;
}
#navigation a {
	color: #00C300;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #000000;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #00FF00;
}
/* Content Styles */


h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}

#content img {
	border-width: 0px;
	padding: 5px;
	text-align: center;
}
/* 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: #00FF00;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
