/*******Layout Styles********/
#wrapper {
	width: 850px;
	margin: auto;
}		
#content {
	background-image: url(../images/layoutsplice/images_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	padding: 0;
	margin: 0;
}
address{
	clear: both;
	color: #FFF;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.box {
	vertical-align: top;
	margin: 5px 11px 0px 11px;
}

/*** Navigation ***/
#nav {
	background-color: #FFF;
	color: #333;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background-color: #FFF;
	float: left;
	margin: 0;
	padding: 0;
}
#nav a:link,
#nav a:visited,
#nav a:active {
	color:#333;
	text-decoration: none;
	padding: 4px 5px 6px 5px;
}
 #nav a:hover {
 	color: #FFF;
	background-color: #3E3D2D;
}
#greenbox {
	float: left;
}	
#logo {
	background-image: url(../images/layoutsplice/threerivers_nav_img.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 28px;
	width: 341px;
}	