﻿html, body {
	color: #333;
	background-color: #FFF3E3;
	margin: 0px;
	padding: 0px;
	font: 90% verdana, arial, helvetica, sans-serif;
	min-height: 100%;
}
* html html, body {
	height: 100%
}
body {
	min-height: 100%;
}
* html body {
	height: 100%
}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 180%;
	font-weight: 900;
	color: Gray;
	text-transform: uppercase;
}
h2 {
	font-size: 120%;
	font-weight: 900;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h3 {
	font-size: 110%;
	font-weight: 800;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h4 {
	font-size: 100%;
	font-weight: 700;
	margin:0px 0px 5px 0px;
	padding:0px;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
a {
	color:#09c;
	font-weight:600;
}
a:link {color:#09c;}
a:visited {color:#07a;}
#all {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 4;
	left: 0px;
	top: 100%
}
#content {
	position: absolute;
	width: auto;
	z-index: 5;
	left: 215px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-width: 200px;
	min-height: 100%;
}
#content a:hover {
	color: Olive;
	background: Silver;
}
#foot {
	position: relative;
	text-align: center;
	font: 80%
	width: auto;
	height: auto;
	z-index: 1;
	background: url('images/leaves.gif') repeat-x top;
}
#banner {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0px;
}
#left {
	background: url('images/trail.jpg') 0 0 repeat-y;
	position: absolute;
	width: 200px;
	min-height: 100%;
	z-index: 4;
	left: 0px;
}
* html #left {
	height: 100%
}
#left H2 {
	font-size: 140%;
}
#left ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 0;
}
#left li {
	margin: 5px 5px 5px 10px;
	padding: 2px 0px 2px 5px;
	line-height: 150%;
}
#left li a {
	background-image: url('images/wood.gif');
	display: block;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #8B6513;
	border-right: 3px solid #8B6513;
	border-top: 3px solid #8B6513;
	border-bottom: 3px solid #8B6513;
	text-decoration: none;
	color: Blue;
	width: 100%;
}
#left li a:hover {
	background-image: url('images/woodd.gif');
	border-right: 3px solid #E2BC6A;
	border-left: 3px solid #E2BC6A;
	border-bottom: 3px solid #E2BC6A;
	border-top: 3px solid #E2BC6A;
	color: Yellow;
}