body, div, p, h1, h2, h3, h4, h5, h6, ul, li, a, img {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Helvetica Neue', helvetica, arial;
}
html { height: 100%;}
body {
	width: 100%;
	height: 100%;
	background: url('bg-body.jpg') repeat left 48px;
}
#wrapper {
	width: 100%;
	height: 100%;
	float: left;
	background: url('bg-container.png') no-repeat right 48px;
}
#container {
	width: 100%;
	height: 100%;
	float: left;
	background: url('bg-wrapper.png') no-repeat left 48px;
}
#header {
	width: 100%;
	height: 48px;
	float: left;
	background: url('bg-header.jpg') no-repeat top right #241500;
}
#header h1 {
	text-indent: -999999px;
	background: url('bg-h1.gif') no-repeat 16px 11px;
	width: 230px;
	height: 48px;
	float: left;
}
#header ul {
	float: right;
	clear: both;
}
#header ul li {
	float: left;
	clear: none;
} 
#header ul#navigation {
	clear: none;
}
#header ul#navigation a:link,
#header ul#navigation a:visited {
	font-size: 18px;
	color: #ffffff;
	font-family: 'Helvetica Neue', helvetica, arial;
	font-weight: 100;
	text-decoration: none;
	padding: 0 25px;
	height: 48px;
	line-height: 44px;
}
#header ul#navigation a:hover {
	color: #a18a6d;
}

#header ul#navigation li.current {
	background: url('bg-navigation_current.gif') no-repeat top center;
}
#header ul.subnavigation {
	background: url('bg-subnav_left.png') no-repeat top left;
	height: 27px;
	width: auto;
	padding-left: 20px;
}
body.places #header ul.subnavigation { margin-right: 40px; }
body.people #header ul.subnavigation { margin-right: 200px; }

#header ul.subnavigation li {
	background: url('bg-subnav.gif') repeat-x top left;
	float: left;
	height: 28px;
	clear: none;
}
#header ul.subnavigation li.last {
	background: url('bg-subnav.png') no-repeat top right;
	padding-right: 20px;
}

#header ul.subnavigation a:link,
#header ul.subnavigation a:visited {
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.03em;
	color: #a18a6d;
	float: left;
	clear: none;
	text-decoration: none;
	margin: 4px 9px 0;
	padding-right: 18px;
	border-right: solid 1px #4a381f;
}
#header ul.subnavigation a:hover,
#header ul.subnavigation li.current a {
	color: #ecdcc8;
}
#header ul.subnavigation li.last a {
	border: none;
	padding: 0;
	margin-right: 0px;
}


#content {
	text-align: center;
	width: 94%;
 	float: left;
	clear: both;
	margin: 80px 0 80px 4%;
}
#content img {
	border: solid 9px #ffffff;
}
#content p.caption {
	width: 100%;
	height: 40px;
	background: #ffffff;
	float: left;
	font-family: Georgia, Garamond;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .05em;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	color: #3e2300;
}
#content div#photo_index {
	height: 100%;
	float: left;
}
#content div#photo_index a {
	width: 121px;
	height: 131px;
	float: left;
	margin:  10px;
	background: url('bg-thumb.png') no-repeat top left;
}
#content div#photo_index img {
	width: 100px;
	height: 100px;
	margin: 10px 0 0 10px;
	background: #000;
	float: left;
	border: none;
}

/* about */
body.about #content {
	width: 1090px;
	margin: 80px 0 80px 6%;
}
body.about #content img { 
	border: none;
	float: left;
}
body.about #content p {
	float: left;
	clear: none;
	width: 400px;
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 20px 20px;
}
body.about #content a:link,
body.about #content a:visited {
	color: #241500;
}
body.about #content a:hover {
	text-decoration: none;
}

/* footer */
div#footer {
	background: #241500;
	height: 150px;
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
}