body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5c88b5;
	color: #5b87b4;
	line-height: normal;
	margin-top: 0px;
	text-align:justify;
	background-image: url(../images/blue_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

li {
	line-height: normal;
	margin-top: 5px;
	padding: 5px 0px 0px 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #EE3333;
	text-decoration: underline;
}
#frame {
	width:800px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	text-align:left;
	border: 1px solid #999999;
	padding: 0px 0px 10px 0px;
	background-color:#FFFFFF;
	}
#top_menu {
	width: 98%;
	height: 20px;
	text-align: right;
	border-bottom: 1px dotted #999999;
	margin-top: auto;
	margin-right:auto;
	margin-left:auto;
	padding: 1em 1em 1em 0;
}
#content {
	width: 800px;
	height: auto;
	float: none;
	padding: 0px 10px 10px 10px;
}
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
#centercol{
	float: left;
	width: 500px;
	height: auto;
	padding: 0 1em 0 0;
	border-right: 1px dotted #cccccc;
	background-image: url(../images/trout_background.gif);	
}
#rightcol{
	float: right;
	width: 280px
}
h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: .1em .1em .1em .1em;
}
h2 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: .1em .1em .1em .1em;
}
h3 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	color: #006633;
	padding: .5em .1em .1em .1em;
	border-top: 1px dotted #cccccc;

}
#side_box {
	width: 250px;
	border: 0px solid #929292;
	border-bottom: 1px solid #5b87b4;
	padding: 0em .5em 1em .5em;
	margin: 0em 0em 1.5em 0em;
	text-align: center;
}
#side_box h1 {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #5b87b4;
}
#side_box a {
	text-decoration: none;
	color: #5b87b4;
	font-weight: 600;
}
#side_box a:hover {
	color: #68ce22;

}
#footer_box {
	width: 800px;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: right;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	border-bottom: 1px dotted #999999;	
	color: #333333;
}
#design {
	width: 800px;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	color: #333333;
}
#design a {
color: #333333;
text-decoration: none;
}
#button_green{
	width: 345px;
	height: 30px;
	padding: 7px 10px 5px 10px;
	border-right: 0px dotted #cccccc;
	background-image: url(../images/button_green.png);	
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:600;
	text-align:center;
}
#button_green a {
	color: #FFF;
	text-decoration: none;
}
#button_green a:hover {
	color: #FF0;
	text-decoration: none;
}
.gallery_header {
	color: #333;
	border-top: 0px solid #5b87b4;
	border-bottom: 0px solid #5b87b4;
	font-size: 1.2em;
	font-weight: 800;
	padding: 10px;
	margin: 5px 0px 0px 0px;
	background-image:url(../images/grey_background.png);
	background-repeat:repeat-x;
}