html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body {
background: black;
color: #fbfade;
font: normal 14px Tempus Sans ITC, serif;
}

a {
	color: #fbfade;
	font: normal 14px Tempus Sans ITC, serif;
	text-decoration: none;
}

a:hover {
	color: #907548;
	font: normal 14px Tempus Sans ITC, serif;
	text-decoration: underline
}
br {
	clear: both;
}
ul {
	font: normal 14px Tempus Sans ITC, serif;
	padding: 5px 10px 20px 20px;
}
h5 {
	margin: 10px;
	font-weight: normal;
}
hr {
	width: 75%;
	border-top: 2px dashed #372912;
	height: 2px;
}
#container {
	width: 986px;
	margin: 0 auto 0 auto;
}

#navigation {
	width: 250px;
	height: 100%;
	margin: 0;
	font: normal 14px Tempus Sans ITC, serif;
	text-align: center;
	float: left;
}
#navigation img {
	margin-top: -4px;
	border-color: black;
}
#contact a:hover img {
	border: 1px solid #907548;
}
#contact {
	padding: 15px 0 15px 0;
}
#content {
	margin-top: 10px;
	margin-left: 20px;
	width: 660px;
	background: #fbfade url(images/header_bg.gif) no-repeat top;
	color: #372912;
	float: left;
	min-height: 715px;
}

#ephoto_content {
	margin-top: 10px;
	margin-left: 20px;
	width: 660px;
	background: #fbfade url(images/header_ephoto.jpg) no-repeat top;
	color: #430810;
	float: left;
	min-height: 715px;
}
#main_ephoto img{
	margin-top: 130px;
	margin-left: 15px;
}

#header {

	text-align: center;
}
#main {
	text-align: center;
}
#main p {
	margin: 0 3em 1em 3em;
	font: 1.25em Tempus Sans ITC, serif;
	line-height: 1.5em;
}
#main a{
	color: #372912;
	font: normal 14px Tempus Sans ITC serif;
	font-weight: bold;
}
#main a:hover{
	color: #430810;
	font: normal 14px Tempus Sans ITC serif;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover img {
	border: 1px solid white;
}
.float {
	float: left;
}
.center {
	
}
.link {
	width: 33%;
	float: left;
}
.link img {
	border: 1px solid #eac6a2;
}

#details p{
	font: normal 14px Tempus Sans ITC, serif;
	text-align: center;
	display: block;
	margin: 20px;
}
#details a{
	color: #372912;
	font-weight: bold;
}
#details a:hover{
	color: #430810;
	font-weight: bold;
}

#details div {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -20px;
}

#scroll div{
	float: left;
	width: 40%;
	padding: 20px 0 20px 40px;
}
#right {
	text-align: right;
}
.center {
	float: right;
	margin-right: 290px;
}
.right {
	float: right;
	margin-right: -20px;
}
#secondary_nav {
	width: 100%;
	height: 100%;
	background: black;
	float: left;
	margin-left: 20px;
}

#secondary_nav img {
	margin-left: 3px;
	margin-top: 4px;
	border: 1px solid black;
}
#secondary_nav a:hover img {
	border: 1px solid #fbfade;
}