﻿@import url("layout.css");
body {
	background: #e6d98f url('../images/background.gif') repeat-x left top;
	font-family: "Georgia", "Times New Roman", Times, serif;
		font-size: 0.8em;
		text-align: center;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	border: #FFFFFF;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	top: 3px;
	left: 1px;
	height: 1352px;
}
#content {
	position: relative;
	float: left;
	width: 296px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	top: -5px;
	left: 0px;
	height: 1338px;
}
#sidebar {
	border: thin #A0522D solid;
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	border-style: solid;
	border-width: thin;
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	text-align: right;
}
#masthead h3 {
	font-weight: normal;
	color: #A0522D;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 483px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
	text-align: center;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/*
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #a0522d;
	text-align: center;
	width: 374px;
}
tent img {
	padding: 5px;
	border: 2px solid #a0522d;
	text-align: center;
	float: left;
	}
/* Sidebar Styles */
#sidebar p {
	color: #A0522D;
	height: 28px;
	text-align: left;
	margin-top: 3px;
	width: 373px;
}
#sidebar img {
	border-style: solid;
	border-width: 2px;
	float: left;
		margin-bottom: 5px;
		margin-left: 0px;
	margin-right: 0px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	text-align: center;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
	text-align: center;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
