﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #E4EDDC;
	padding-bottom: 10px;
}
#masthead {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 163px;
	background-color: #F7F2E6;
	margin-bottom: 0px;
}
#navigation {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #F7F2E6;
}
#page_content {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-color: #F7F2E6;
}
#content {
	position: relative;
	float: left;
	width: 550px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 3px;
	left: 0px;
	background-color: #F7F2E6;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar {
	border: 10px;
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	background-color: #F7F2E6;
}
/* Masthead Styles */
#masthead h1 {
	font: inherit;
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
	width: 182px;
	text-align: left;
}
#content img1 {
	margin: 10px;
	border: 1px solid #708090;
	height: 384px;
}
#sidebar {
	width: 260px;
	float: left;
	visibility: visible;
}
#content img2 {
	margin: 10px;
	border: 1px solid #708090;
	height: 384px;

