﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #808080;
}
#container {
	background-color: #808080;
	background: #C0C0C0;
	width: 1220px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
}
#masthead {
	background-attachment: scroll;
	background: #C0C0C0 url('logo.jpg');
	text-align: center;
	width: 1200px;
	padding: 10px;
	border: 1px dotted #725972;
	height: 300px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: right;
	width: 1050px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1200px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	background: url('logo.jpg') center;
	color: #00FF00;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	background-color: #dfb8df;
	background: #808080;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
}
#navigation a {
	background-color: #dfb8df;
	background: #808080;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	font-size: medium;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 0px solid #402640;
	height: 233px;
	width: 413px;
}
/* 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;
}
.style_italic {
	font-style: italic;
}