﻿.style1 {
	text-align: center;
}
#container {
	border: thin solid #003300;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCD9C9;
}
#menu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header {
	float: left;
	background-color: #CCC9B7;
	height: 102px;
	width: 799px;
}
.clear {
	clear: both;
}
#footer {
	height: 86px;
	background-color: #CCC9B7;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	color: #000000;
	width: 799px;
}
#address {
	float: right;
	width: 400px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	width: 102px;
	height: 86px;
	text-align: left;
	float: left;
}
#story {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align: left;
	padding: 20px 5px 5px 10px;
	font-weight: bold;
}
.image {
	padding: 8px;
	float: right;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
#linkbar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-align: center;
	text-decoration: none;
