body {
	background-color:#093904;
	padding:0;
	margin:0;
	font-family:Arial,sans-serif;
}

a img {
	border:0;
}

div#wrapper {
	width:845px;
	margin:0 auto;
}

div#header {
	height:137px;
}

div#header ul#menu {
	background-image:url(../img/header_bl.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0;
	list-style-type:none;
	margin-left:340px;
	height:137px;
	width:125px;
	padding:0;
}

* html body div#header ul#menu {
	margin-left:0px;
}

div#header ul#menu li {
	padding-top:3px;
}

div#header ul#menu a {
	color:white;
	display:block;
	width:117px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:8px;
	text-decoration:none;
	text-align:right;
	background-repeat:no-repeat;
}

div#header ul#menu li a.blue {
	background-image:url(../img/button_blue.jpg);
}

div#header ul#menu li a.red {
	background-image:url(../img/button_red.jpg);
}

div#header ul#menu a span.small {
	font-size:75%;
	display:block;
}

div#header div#imgleft {
	width:437px;
	height:137px;
	float:left;
	background-image:url(../img/topleft.jpg);
	margin-left:-97px;
	position:relative;
}

* html body div#header div#imgleft {
	margin-right:-3px;	
}

div#header img#logo {
	float:right;
	margin-top:28px;
}

div#nav {
	font-size:140%;
	width:142px;
	float:left;
	background-image:url(../img/nav_tr.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

* html body div#nav {
	margin-right:-3px;	
	width:142px;
}

div#nav ul {
	margin:0;
	margin-top:13px;
	list-style-type:none;
	font-size:70%;
	padding:0;
}

div#nav ul ul {
	margin-top:0;
}

div#nav a {
	color:white;
	display:block;
	text-decoration:none;
	padding-left:10px;
	margin:2px;
	display:block;
	padding:10px;
}

div#nav ul ul a {
	padding-left:20px;
}

div#nav a:hover {
	background-color:#44a750;
	color:white;
}

div#nav a.active {
	background-color:#093904;
	color:white;
}

div#titlearea {
	background-image:url(../img/rivers_title.jpg);
	width:700px;
	height:136px;
	margin-left:142px;
}

* html body div#titlearea {
	margin-left:0px;
}

div#main {
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-y;
}

div#rightside {
	width:143px;
	padding-left:20px;
	float:right;
	padding-right:20px;
	margin-top:-33px;
	background-image:url(../img/rightside_bg.jpg);
}

div#rightside div.section {
	border-bottom:5px solid #183700;
	margin-bottom:20px;
	background-color:white;
}

div#rightside div.section h3 {
	background-image:url(../img/section_head.jpg);
	color:white;
	text-align:center;
	font-weight:normal;
	font-size:90%;
	height:21px;
	margin:0;
	padding-top:5px;
}

div#rightside div.section p {
	border-left:1px solid #183700;
	border-right:1px solid #183700;
	margin:0;
	padding:5px;
	font-size:90%;
}

div#content {
	padding:20px;
	padding-top:5px;
	font-size:90%;
	padding-right:210px;
	padding-left:180px;
}

div#content h1 {
	margin:0;
	color:black;
}

div#footer {
	border:1px solid white;
	font-size:80%;
	padding:5px;
	color:white;
	background-color:#333;
}