/*Overall
------------------------------------------------------------*/
body {
	font: .83em Georgia, Cambria, Times, Serif;
	line-height: 1.6em;
	color: #8d7760;
	background-color: #ddceb4;
	}
#background-image {
	width: 100%;
	min-width: 1920px;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
}
a:link,
a:visited { 
	/*text-decoration: none;*/
	color: #aa6e32; 
	}
a:hover,
a:focus {
	/*text-decoration: none;*/
	color: #654512;
	}
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
h1 { font: italic 20px Georgia; margin: 0.2em 0 0.8em 0; color: #684b2b; }
h2 { font: italic 16px Georgia; margin: 0 0 0.6em 0; color: #aa9068; }
h3 { font: bold italic 14px Georgia; margin: 0 0 0.1em 0; color: #684b2b; }
p { margin: 0 0 1em 0; }

/*Layout
--------------------------------------------------*/
#container {
	width: 873px;
	margin: 0 auto;
	padding: 0;
	}
#header {
	font: 36px "Neuva Std", Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	width: 873px;
	height: 177px;
	}
#nav {
	margin: 0;
	padding: 0;
	width: 873px;
	height: 43px;
}
#nav img{
	margin: 0;
	padding: 0;
	float: left;
}
#content {
	margin: 0;
	padding: 0;
}
#middle {
	margin-bottom: -8px;
	padding: 25px 61px 25px 41px;
	background: url(./images/paper.png) repeat-y top left;
}
#bottom_edge {
	width: 873px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(./images/bottom-edge.png) no-repeat bottom left;
}
#content img {
	padding: 0;
	margin: 0px 30px 20px 0;
}
#content img.floatright {
	padding: 0 15px 10px 35px;
}
#footer {
	width: 873px;
	height: 53px;
	padding: 16px 0;
	font-size: .7em;
	/*color: #866455;*/
	margin-top: 20px;
	background: url(./images/footer.png) no-repeat top left;
}

/*Home Page
--------------------------------------------------*/
p.review { margin: 0; }
p.reviewer {
	margin: 0;
	padding: 5px 0 15px 35px;
}
#content dl { margin-bottom: 1em; }

/*Contact Page
--------------------------------------------------*/
div.card {
	float: left;
	width: 315px;
	height: 161px;
	padding: 25px 30px;
	background: url(./images/business-card.png) no-repeat top left;
}
/*#author {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#author h2 { color: #8a7048; font-size: 18px; }
#author p { color: #7d6750; width: 270px; margin-bottom: 5px; }*/

/*About Page
--------------------------------------------------*/
p.about { width: 700px; }
img.icon {
	margin: 0;
	padding: 0;
	position: relative;
	top: 15px;
}

/*Events Page
--------------------------------------------------*/
div.event {
	margin-bottom: 20px;
}
/* Added to prevent italics in IE 
cite {
    font-style: inherit;
}*/
/* Added to prevent GoDaddy ad */
iframe {
display:none;
}
