html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #8A6C4A;
	height: 100%;
	min-height: 100%;
}
#content {
	background-color: #E1D7C3;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 100%;
	min-height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#left {
	vertical-align: top;
	width: 330px;
	padding-right: 20px;
	padding-left: 20px;
}
#middle {
	width: 210px;
}
#right {
	vertical-align: top;
	width: 120px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8A6C4A;
}
p {
	font-size: 80%;
	text-align: justify;
	line-height: 175%;
	color: #463626;
}
#right ul {
	font-size: 90%;
	line-height: 125%;
	color: #8A6C4A;
	list-style-type: disc;
}
#bottomnav {
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 650px;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	word-spacing: 3px;
	letter-spacing: 1px;
	color: #463626;
}
#footer {
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	width: 700px;
	text-align: center;
	color: #463626;
	background-color: #E1D7C3;
	padding-top: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #8A6C4A;
}
a:visited {
	color: #8A6C4A;
}
a:hover {
	color: #463626;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #463626;
	margin-bottom: -15px;
	font-size: 170%;
	letter-spacing: 7px;
	text-align: center;
}
#middle p {
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #463626;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: -15px;
}
#footer a:link {
	color: #463626;
	text-decoration: none;
}
#footer a:hover {
	color: #8A6C4A;
	text-decoration: underline;
}
