﻿body
{
	margin:0;
	padding:0;
	text-align: center;
	font-family:times new roman; font-size:11pt;
}
#content {
  width: 991px ;
  margin-left: auto ;
  margin-right: auto ;
}

div#maincontainer
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
		width: 760px;
	text-align: center;

}
div#container
{
	position: relative;
	width: 760px;
	text-align: center;
	border: 3px ridge #896565;

}
div#container2
{
	border-style: none ridge ridge ridge;
	position: inherit;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
div#header1
{
	width:100%;
	height:75px;
	background-color:#333333;
	text-align:left;
	color:white;
	font-family:times new roman;
	font-size:2.5em;
	background-image:url('/images/nav/river1.jpg');
	background-position:0px -25px;
}

div#date
{
	text-align:right;
	font-size:.5em;
}
div#mainContent
{
	position: relative;
	text-align: left;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div#bottomBanner{
	position:relative;
	height:50px;
	background-color:#ccc;
	text-align:left;
	padding:1px 4px 4px 4px;
	font-size:1em;
	border-top:1px solid #C59C9C;
	bottom:0px;
}
.lShadow {
	background-image: url("/images/shadow-left.gif");
	background-repeat: repeat-y;
	background-position: right;
	width: 4px
}
.rShadow {
	background-image: url("/images/shadow-right.gif");
	background-repeat: repeat-y;
	background-position: right;
	width: 8px
}

