body, html {
	margin: 0;
	min-width: 994px;
	font-family: Georgia, "Times New Roman", serif;
	background: #000000 url(assets/1004_body.jpg) repeat-y top center;
}

#body {
	width: 994px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: auto;
	background: url(assets/1004_body.jpg) repeat-y top center;
}

a {
	/*color: #663300;*/
	color: #4c2600;
}

img {
	border: 0;
}

#masthead {
	height: 194px;
	background: url(assets/1004_header2.jpg) no-repeat top center;
	position: relative;
}

#masthead h1 {
	font-size: 80px;
	color: #663300;
	font-weight: normal;
	margin: 0;
	padding: 17px 0 0 60px;
	line-height: 65px;
}

#masthead h2 {
	font-size: 25px;
	font-weight: normal;
	color: #663300;
	margin: -9px 0 0 290px;
	padding: 0;
	line-height: 35px;
}

#masthead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
	position: absolute;
	top: 120px;
	right: 130px;
}

#masthead ul li {
	display: inline-block;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	height: 25px;
}

#masthead ul li a {
	background: #f4edd2;
	color: #6a9ab6;
	padding: 5px 8px;
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 16px;
	text-decoration: none;
}

#masthead ul li a.current,
#masthead ul li a:hover {
	background: #6a9ab6;
	color: #f4edd2;
}

#content {
	padding: 20px 40px;
}

#content h1 {
	font-size: 40px;
	color: #663300;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	font-variant: small-caps;
}

#content p.large-image {
	text-align: center;
}

#content address {
	font-style: normal;
	text-align: center;
	margin-top: 20px;
}

#content address p {
	margin: 0;
	padding: 0;
}

#content p {
	font-size: 14px;
	line-height: 24px;
}

div.page-gallery div.gallery-item {
	width: 276px;
	float: left;
	margin: 20px 14px;
}

div.list-item div.thumb a img {
	border: 8px solid #eeeeee;
	display: block;
}

div.page-gallery div.gallery-item a img {
	border: 8px solid #ffffff;
	display: block;
}

div.list-item div.thumb a:hover img,
div.page-gallery div.gallery-item a:hover img {
	border: 8px solid #000000;
}

div.page-gallery div.gallery-item div.gallery-text {
	display: none;
}

span.title {
	font-style: italic;
}

div.list-item {
	overflow: auto;
	clear: both;
	margin: 20px 0;
}

div.list-item div.thumb {
	width: 166px;
	height: 166px;
	float: left;
	margin-right: 20px;
}

div.list-item div.info {
	float: left;
	width: 600px;
}

div.list-item div.info h4 {
	margin-top: 0;
	font-size: 18px;
}

#content div.list-item div.info p {
	font-size: 16px;
}

h4 a {
	color: #000000;
}