﻿@import url("layout.css");
body {
	margin: 0;
	padding: 50px;
	color: #000000;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border-width: 50px;
	background-color: #336699;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background: url('../images/background.jpg');
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #996655;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic";
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#content {
	margin: 65px;
	padding: 10px;
	background: url('../images/background.jpg');

}
#sidebar {
	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 {
	font-weight: bold;
	color: #800000;
	text-transform: capitalize;
	float: none;
	margin-top: 5px;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: x-large;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: .01;
	padding: 5px;
	background-color: #E6D98F;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #FFFFFF;
	font-size: medium;
}
#content h1 {
	color: #a0522d;
}
#content img {
}
/* Sidebar Styles */
#sidebar p {
	color: #FFFFFF;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: xx-small;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#navigation b {
	text-decoration: none;
	color: #FFCC99;
	display: block;
	margin: .01;
	padding: 5px;
	background-color: #914800;
}
