﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url('images/parchment_1237316276.png');
}
	
#container {
width: 700px;height:700px;margin: 10px auto;margin-top: 0px;margin-bottom: 10px;}

#masthead {
text-align: center;width: 698px;height: 102px;border-top: 1px solid #dcdcdc;
border-right: 1px solid #a9a9a9;
border-bottom: 1px solid #808080;
border-left: 1px solid #a9a9a9;
background-color:#E3D086;
background-position:center;
background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	
	}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 528px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color:white;
	text-align: right;
}
#masthead h3 {
	color: white;
	text-align: right;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
    background-color:White;
}
/* Content Styles */
#content h1, h2 {
	color: maroon;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: maroon;
	margin-top: 5px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: Black;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
}
a {
	color:black;
	text-decoration: underline;
}
a:hover {
	color:Black;
	text-decoration: underline;
	background-color:White;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.theme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: #800000;
	text-align:center;
}


