html, body { height: 100%; }

#page {
	width: 900px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
	min-height: 100%;
}

#logo {
	padding-left: 270px;
	border-bottom: 2px solid #102618;
}

#logo .inner { padding-top: 0; }
#logo img {
	width: 280px;
	height: 80px;
}

#body { clear: both; }

#nav {
	float: left;
	width: 180px;
}

#content {
	float: left;
	width: 720px;
	position: relative;
}

#content .inner {
	min-height: 310px;
}

#footer,
.copyright,
#breadcrumb {
	font-size: 11px;
}

#breadcrumb {
	padding-bottom: 0.33em;
}

#breadcrumb strong {
	font-weight: 500;
	text-decoration: underline;
}

/* nav */

#nav a { text-decoration: none; }

#nav li {
	font-size: 12px;
	font-weight: 700;	line-height: 22px;	font-family: Interstate, "Helvetica CY", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
}
#nav li li { 
	font-weight: 500;	line-height: 16px;	font-family: "Bodoni MT", Times, sans-serif;
	text-transform: none;
}
#nav li ul {
	display: none;
	margin-bottom: 1em;
}
#nav li.active ul { display: block; }
/* #nav li.active a { display: inline-block; height: 15px; border-bottom: 1px solid #102618; }
#nav li.active li a { display: inline; height: auto; border-bottom: none; } */
#nav li.active a { text-decoration: underline; }
#nav li.active li a { text-decoration: none; }
#nav li.active li.active a { text-decoration: underline; }
/* #nav li li a:visited { text-decoration: line-through; } */

/* footer */

.copyright {
	clear: both;
	text-align: right;
}

#footer {
	clear: both;
	display: none;
}
#footer .inner { padding-left: 200px; }
#footer p { margin-bottom: 0; }

/* global */

.inner { padding: 20px; }

.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.right { float: right; }
.clear { clear: both; }

/* border, shade & credits */

#credits {
	bottom: 0;
	left: 2px;
	position: absolute;
}

#content .gallery ul li {
	width: auto;
	float: left;
	position: relative;
	padding-left: 0;
	margin-right: 11px;
	margin-bottom: 11px;
}

#content .gallery ul {
	width: auto;
	height: 100px;
	margin-right: -12px;
	margin-bottom: 0;
}

#content .gallery {
	width: 100%;
	overflow-x: hidden;
}

#content .gallery a {
	display: block;
	background-color: white;
}
#content .gallery img {
	display: block;
	margin-bottom: 0;
}

.centered #photo {
	width: 530px;
	text-align: center;
}

#photo {
	top: 0;
	left: -30px;
	position: relative;
}

#content #photo img { margin-bottom: 0; }
#content #photo a { text-decoration: none; }
#content #photo a.go,
#content #photo a.hidden {
	top: -210px;
	width: 30px;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
#content #photo a.hidden {
	visibility: hidden;
}












