body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;
	color : #000000;
	text-decoration : none;
	background-color : #ffff33;
	margin: 0;
	padding: 0px;
}
/*--------------------*/
#container {
	position: absolute;
	width : 960px;
	margin-left: 100px;
	margin-right: auto;
	background-color: #fff;
	margin-top: 10px;
}
/*--------------------*/
#top {
	position: absolute;
	height: 127px;
	border-bottom:2px solid #ffffff;
	left: 0px;
	top: 0px;
}
/*--------------------*/
#bar {
	position: absolute;
	top: 129px;
	height: 20px;
	background-color : #006600;
	border-bottom:2px solid #ffffff;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 960px;
}
/*--------------------*/
.menu {
	top: 151px;
	width:150px;
	height:5520px;
	background-color: #006600;
	color: #ffff00;
	font-weight: bold;
	position: absolute;
}
.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.menu li {
	margin:0px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background-color : #339900; 
	padding-left : 10px;
	height : 20px;
	font-weight : bold;
}
.menu li a {
	margin:0px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: none;
	background-color:#ffff33;
	color: #006600;
}
/*--------------------*/
#main {
	position: absolute;
	height : 5500px;
	width : 790px;
	background-color : #fff;
	left: 150px;
	top: 151px;
	padding: 10px;
}
/*--------------------*/
a:link { 
	color : #0000ff; 
	text-decoration : none; 
} 
a:visited { 
	color : #0000ff; 
	text-decoration : none; 
} 
a:hover { 
	color : #ff0000; 
	text-decoration : none;
} 
a:active { 
	color : #0000ff; 
	text-decoration : none;
} 
/*--------------------*/
.title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.toptitle {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.access {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.anne {
	font-size: 14px;
	font-family: "Comic Sans MS";
}
#troutfly {
	position : absolute;
	left : 10px;
	top : 541px;
	font-size : 12px;
	color: #339933;
}
#troutfly a {	
	color: #339933;
    text-decoration: none;		
}
#troutfly a:visited {
    color: #339933;
	text-decoration: none;
}
#troutfly a:hover {
	color: #339933;
    text-decoration: underline;
}
#troutfly a:active {
	color: #339933;
    text-decoration: none;	
}
