/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dddddd;
	background-color: #ECD872;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/back3.jpg);
}
#outer {
	position: relative;
	top: 10px;
	width : 980px;
	height : 1113px;
	background-color : #ffffff;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#inner {
	position : absolute;
	left: 5px;
	top: 5px;
	width : 970px;
	height : 1103px;
	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: #ffffff;
	width: 350px;
	height: 250px;
	text-align: center;
}
#topright {
	position : absolute;
	left: 350px;
	top: 0px;
	width: 620px;
	height: 250px;
	background-color: #ffffff;
}
#main {
	position : absolute;
	left: 0px;
	top: 286px;
	width : 950px;
	height : 788px;
	background-color : #ffffff;
	margin: 0px;
	padding: 10px;
	color: #5C5858;
}
.subheading {
	font-size: 16px;
	color: #5C5858;
	font-weight: bold;
}
.red {
	font-size: 16px;
	color: #ff0000;
	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;
}
/*--------------------*/
.menu1 ul {
	position : absolute;
	left: 0px;
	top: 255px;
	width:980px;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.menu1 a {
	float:left;
	width:159px;
	height:24px;
	color:#ffffff;
	background:#617C58;
	text-decoration:none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fff;
}
.menu1 a:hover {
    background:#254117;
}
.menu1 li {
	display:inline;
}
/*--------------------*/
#troutfly {
	position : absolute;
	top : 1110px;
	font-size : 14px;
	color: #387C44;
	left: -5px;
}
#troutfly a {	
	color: #387C44;
    text-decoration: none;		
}
#troutfly a:visited {
	color: #387C44;
	text-decoration: none;
}
#troutfly a:hover {
	color: #ff0000;
    text-decoration: underline;
}
#troutfly a:active {
	color: #387C44;
    text-decoration: none;	
}
