body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color:#efefef;

}

h1{
	color:#473816;
	text-transform:uppercase;
}

a{
	color:#473816;
}


.top-band{
	width:100%;
	height:82px;
	background-color:#473816;
}

.nav{
	height:28px;
	width:100%;
	background-color:#948c78;
	font-size: 0.917em;
}

.nav ul{
	list-style-type:none;
	position:absolute;
	left:80px;
	top:-11px;
}

*:first-child+html .nav ul{
	top:0px;
}

.nav ul li{
	float:left;
	border-right:1px solid #fff;
}

.nav ul li a{
	display:block;
	padding-right:10px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:7px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.nav ul li a:hover{
	background-color:#7a7363;
}

.wrap{
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.wrap p{
		line-height: 1.5em;
}

.logo{
	border:0;
	position:absolute;
}

.lower{
	width:100%;
	min-height:28px;
	background-image:url(../images/bg_lower.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	padding-bottom:50px;
	margin-bottom:10px;
}

.home-left, .home-right{
	width:305px;
	float:left;
	padding-top:60px;
}

.home-left{
	margin-left:155px;
}

.home-right{
	margin-left:23px;
}

.interior-left, .interior-right{
	padding-top:60px;
}

.interior-left{
	width:215px;
	float:left;
}

.interior-left p{
	padding-left:7px;
}

.interior-left li{
	margin-bottom:7px;
}

.interior-right{
	width:650px;
	float:right;
	position:relative;
	right:50px;
}

.inner-left{
	width:300px;
	float:left;
}

.inner-right{
	float:right;
	position:relative;
	right:100px
}

.interior-right ul li{
	margin-bottom:7px;
}

.clear{
	clear:both;
}

.photo-credit{
	font-size: 0.833em;
}

.footer{
	width:960px;
	margin:auto;
	font-size:11px;
	margin-bottom:30px;
}

.footer img{
	position:relative;
	top:3px;
	border:0;
}

a.contact{
	padding:5px;
	color:#473816;
	border:2px solid #948c78;
	float:right;
	text-decoration:none;
	background-color:#FFF;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-weight:bold;
	text-transform:uppercase;
}

a:hover.contact{
	text-decoration:underline;
}
