@charset "utf-8";
#container a:link,
#container a:visited {
	text-decoration: none;
	color: #333;
}
#container a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}

/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: url(../_images/backgroundimage.png) repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	background: #FFF;
	width: 780px;
	margin: 0px auto;
	position: relative;
}
#header {
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 30px solid #85855C;
	display: block;
	width: 780px;
	height: 190px;
}
#logo  {
	float: left;
	top: 11px;
	position: relative;
	left: 10px;
	margin: 0px;
	padding: 0px;
}
#pics  {
	float: right;
	width: 600px;
	height: 190px;
	position: absolute;
	left: 180px;
	margin: 0px;
	padding: 0px;
}
#header #pics ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#header #pics ul li {
	float: left;
	margin: 0px;
	left: 5px;
	position: relative;
	padding: 0px 0px 0px 20px;
}
#pone img {
	top: 30px;
	position: relative;
}
#pthree img {
	position: relative;
	top: 30px;
}
#ptwo img {
	position: relative;
	top: 10px;
}



#sidebar {
	float: left;
	width: 160px;
	margin: 0px;
	height: 2350px;
	padding: 20px 0px 0px;
	background: #58725A;
	position: relative;
}
#content {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px 5px;
	height: auto;
}
#content h2 {
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 120%;
	font-style: italic;
	text-indent: -.1;
}
#footer {
	clear: both;
	font-size: 140%;
	text-align: right;
	padding: 4px;
	background: #85855C;
	margin: 0px;
}


#picture img {
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 230px;
	left: 2px;
}
#rivervally img {
	position: absolute;
	top: 530px;
	margin: 0px;
	padding: 0px;
	left: 3px;
}


.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #333;
}
