﻿@import url("layout.css");
body {
	background: #90b7f1 url('../images/background.jpg');
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
#container {
	padding-top: 100px;
	padding-bottom: 50px
}
#masthead {
	clear: both;
	background: #FF0000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
#navigation {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#page_content {
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	background: #FFFFFF;
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
	background-color: #FFFFFF;
	border-bottom-color: #B22222;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	background: #FFFFFF;
	list-style-type: none;
	width: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img {
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	margin-top: 10px;
	margin-bottom: 10px;
		background: #90b7f1 url('../images/background.jpg') repeat-x left top;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#navigation ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}