﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	background-color: #fff;
	background: #000000;
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
}
#masthead {
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background: #CC9900;
	font: italic normal normal 100% Papyrus;
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
	color: #666633;
}
#navigation {
	background: #CC9900;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	font: medium Papyrus;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #CC9900;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
	color: #00CC00;
}
/* Masthead Styles */
#masthead h1 {
	color: #333300;
}
#masthead h3 {
	color: #333300;
}
/* 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: #dfb8df;
}
#navigation a {
	font: 100% Papyrus;
	color: #333300;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #CC9900;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #CC9900;
}
h5 {
	color: #CC9900;
}
h4 {
	color: #CC9900;
}
h3 {
	color: #CC9900;
}
h2 {
	color: #CC9900;
}
#content h1 {
	color: #CC9900;
}
#content img {
	margin: 0 auto 0 auto;
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	font: 100% "Book Antiqua";
	color: #CC9900;
	font-weight: bold;
}
#footer a {
	color: #CC9900;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FFFF99;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}