﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #e64a19;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #3d2b1f;
}
#container {
	width: 700px;
	margin: 10px auto;
	background-color: #fbf2e3;
	border:1px solid #a8a297;
}
#masthead {
	text-align: center;
	width: 698px;
	border-bottom: 3px solid #c5a059;
	background-color: #fbf2e3;
}
	
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: medium solid a8a297;
	background-color: #fbf2e3;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: thick 8d9b81;
	background-color: transparent;
	color: 3d2b1f;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid 8d9b81;
	background-color: transparent;
	margin-top: 5px;
}
/* Masthead Styles */
#masthead h1 {
	color: #d4af37;
}
#masthead h3 {
	color: #e64a19;
}
/* 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: none;
	background-color: transparent;
}
#navigation a {
	color: #3d2b1f;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: transparent;
}
#navigation a:hover {
	color: #fbf2e3;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #e64a19;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #60281e;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content a {
	color: #e64a19;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color: #e;
	text-decoration:none;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #e64a19;
	text-decoration: underline;
}
#footer a:hover {
	color: #60281e;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}