﻿@import url("layout.css");
body {
	background-repeat: repeat-x;
	text-align: center;
	background-color: #EFE4CF;
	font-family: Georgia, Helvetica, "Times New Roman";
}
#all {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
#left {
	width: 65px;
	float: left;
	height: 1000px;
	background-image: url('../images/leftrepeat.gif');
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
}
#top {
	width: 734px;
	height: 75px;
	background-image: url('../images/toprepeat.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, Helvetica, "Times New Roman";
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	left: 66px;
	top: 0px;
}
#container {
	width: 735px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	background-image: url('../images/backgroundrepeat.gif');
	background-repeat: repeat-y;
	float: left;
}
#navigation {
	position: relative;
	float: left;
	width: 125px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	border-width: 2px;
	margin: 0px;
	text-align: center;
	clear: both;
	width: 90%;
	border-top-style: solid;
	border-top-color: #8A7754;
	padding-top: 5px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #90794F;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #9F8A61;
	font-family: Georgia, Helvetica, "Times New Roman";
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
#navigation a:hover {
	color: #996633;
	text-decoration: none;
	background-color: #E1CDA5;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
	text-align: center;
}
h2 {
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 0px solid #402640;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
/* Footer Styles */
#footer p {}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#table td {
	font-family: Georgia, Helvetica, "Times New Roman";
	text-align: center;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





