.content
{
	width: 800px;
	position: absolute;
	display: table;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #F6E8D6;
}

.eachrow
{
	width: 100%;
	clear: both;
}
	
.topper
{
	width: 800px;
	height: 145px;
	display: table-cell;
	vertical-align: top;
}

.topnav
{
	width: 800px;
	height: 75px;
	display: table-cell;
	padding-left: 115px;
	padding-top: 20px;
	vertical-align: bottom;
}

.leftnav
{
	width: 150px;
	display: block;
	padding-top: 160px;
	padding-left: 10px;
	float: left;
	font-size:14px;
}

	
.main
{
	width: 555px;
	min-height: 350px;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	border: 2px #006837 solid;
	vertical-align: top;
	float: right;
	margin: 20px 45px 20px 0px;
}

.main img 
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.provenance
{
	width: 600px;
	height: 100;
	display: table-cell;
	position: relative;
	text-align: center;
	font-size: 12px;
	margin: 20px 45px 20px 0px;
	clear: both;
	float:right
}

.nav {
	width: 600px;
	display: table-cell;
	text-align: center;
	margin: 20px 45px 20px 0px;
	display: table-cell;
	font-size:14px;
	clear:both;
	float:right;	
}

