/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #dddddd;
	background-color: #ECD872;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/back1.jpg);
}
#outer {
	position: relative;
	top: 10px;
	width : 980px;
	height : 957px;
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	position : absolute;
	left: 5px;
	top: 5px;
	width : 970px;
	height : 947px;
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#topleft {
	position : absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	background-color: #617C58;
	width: 350px;
	height: 250px;
	text-align: center;
}
#topright {
	position : absolute;
	left: 355px;
	top: 0px;
	width: 614px;
	height: 250px;
	background-color: #254117;
}
#left {
	position : absolute;
	left: 0px;
	top: 256px;
	width : 130px;
	height : 669px;
	background-color : #254117;
	margin: 0px;
	padding: 10px;
	color: #ffffff;
}
#lowerleft {
	position : absolute;
	left: 0px;
	top: 331px;
	width : 130px;
	background-color : #254117;
	margin: 0px;
	padding: 10px;
	color: #ffffff;
}
#right {
	position : absolute;
	left: 649px;
	top: 256px;
	width : 320px;
	height : 680px;
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 6px;
}
#main {
	position : absolute;
	left: 150px;
	top: 256px;
	width : 489px;
	height : 679px;
	background-color : #FFFCE0;
	margin: 0px;
	padding: 5px;
	color: #5C5858;
}
#logo {
	position : absolute;
	left: 840px;
	top: 286px;
	width : 120px;
	height : 504px;
	background-color : #254117;
	margin: 0px;
	padding: 0px;
	color: #5C5858;
}
.subheading {
	font-size: 16px;
	color: #5C5858;
	font-weight: bold;
}
A:link {
	color: #0000ff;
	text-decoration: none;
}
A:visited {
	color: #0000ff;
	text-decoration: none;
}
A:active {
	color: #0000ff;
	text-decoration: none;
}
A:hover {
	color: #ff0000;
	text-decoration: none;
}
#troutfly {
	position : absolute;
	top : 953px;
	font-size : 14px;
	color: #667C26;
	left: -5px;
}
#troutfly a {	
	color: #667C26;
    text-decoration: none;		
}
#troutfly a:visited {
	color: #667C26;
	text-decoration: none;
}
#troutfly a:hover {
	color: #ff0000;
    text-decoration: underline;
}
#troutfly a:active {
	color: #667C26;
    text-decoration: none;	
}
.menu {
	position : absolute;
	left : 0px;
	top : 0px;
	margin: 0px;
	padding:0px;
	text-align: left;
}
.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.menu li {
	margin:0px;
	border-bottom:2px solid #ffffff;
	font-size: 14px;
	text-decoration: none;
	background-color:#254117;
	padding:4px;
	width:142px;
}
.menu li a {
	margin:0px;
	display: block;
	color: #dddddd;
	font-size: 14px;
	text-decoration: none;
	padding:2px;
}
.menu li a:hover {
	text-decoration: none;
	background-color:#660000;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #660000;
	font-weight: bold;
}
.menu2 ul {
	position : absolute;
	left: 5px;
	top: 42px;
	width:480px;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.menu2 a {
	float:left;
	width:92px;
	height:20px;
	color:#ffffff;
	background:#254117;
	text-decoration:none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fff;
}
.menu2 a:hover {
    background:#25383C;
}
.menu2 li {
	display:inline;
}
.menu3 ul {
	position : absolute;
	left: 5px;
	top: 65px;
	width:480px;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.menu3 a {
	float:left;
	width:92px;
	height:20px;
	color:#ffffff;
	background:#254117;
	text-decoration:none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fff;
}
.menu3 a:hover {
    background:#25383C;
}
.menu3 li {
	display:inline;
}

