body {
	font-family:"Comic Sans MS";
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color: #FFFFFF;
	text-align: center;
}
.container {
	position: relative;
	margin-top: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border:2px solid #ffffff;
	background-color:#2F4F4F;
	height: 3200px;
	text-align: left;
}
.header {
	background-image: url(../images/sycamore_tree_farm2.jpg);
	background-repeat: no-repeat;
	height:180px;
	padding-left:15px;
	padding-top:20px;
	width:615px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.header-title1 {
	font-size:1.5em;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	font-weight: bold;
}
.header-title2 {
	font-size:1em;
	padding-bottom:3px;
	font-weight: bold;
}
.header-title3 {
	font-size:1em;
	font-weight: bold;
}
#main {
	padding:20px;
	padding-left:40px;
}
h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:0px;
	font-size: 1.6em;
	font-weight:normal;
}
h2{
	margin-left:-30px;
	margin-top:15px;
	padding-left:0px;
	font-size: 1.3em;
	font-weight:normal;
}
.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
* html .menu li{
	margin-bottom:-3px;
}
.menu li {
	margin:0px;
	border-bottom:1px solid #2F4F4F;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#660000;
	padding:0px;
	width:199px;
}
.menu li a {
	margin:0px;
	display: block;
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}
.menu li a:hover {
	text-decoration: none;
	background-color:#2F4F4F;
}
a{
	color:#ffff00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.logo {
	position: absolute;
	top: 212px;
	left: 500px;
}
.subheading {
	color: ffffff;
	text-decoration: underline;
}
.troutfly {
	height: 25px;
	text-align:center;
	padding-right:10px;
}
