body {
	background-image: url(/images/gallery_bg.gif);
	background-repeat: repeat-y;
	background-color: white;
}
#title {
	position: absolute;
	top: 8px;
	left: 1em;
	z-index: 20;
}
#navTop {
	position: absolute;
	top: 40px;
	left: 0px;
	height: 8px;
	width: 251px;
	background-image: url(/images/gallery_bar_left.gif);
	z-index: 10;
}
#projectNav {
	position: absolute;
	top: 0px;
	right: 5%;
	z-index: 50;
	white-space: nowrap;
}
#projectNav a {
	display: block;
	float: left;
	height: 40px;
	width: 125px;
}
#projectNav span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 92px;
	height: 92px;
	margin-top: 8px;
	border: 1px solid white;
}
#projectNav img {
/*	margin-top: 8px;
	border: 1px solid white;*/
}
#nav {
	margin-left: 0px;
	margin-right: 0px;
	top: 48px;
	left: 0px;
	width: 250px;
	background-color: white;
}
#nav ul {
	margin: 0px 0px 2em 0px;
}
#nav h4 {
	margin: 0px 1em 1em 0px;
	color: #666;
}
#navEnd {
	background-image: url(/images/gallery_nav_bottom.gif);
}
#siblingNav {
	margin-bottom: 1em ! important;
	line-height: 0px;
}
#previous {
	padding-right: 0px ! important;
	text-align: center;
}
#next {
	padding-right: 0px ! important;
	text-align: center;
	float: left;
	border-right: 1px solid #962;
	width: 50%;
}
.topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/gallery_bar.jpg);
	background-repeat: repeat-x;
	height: 48px;
	right: 0px;
}
#content .topBar {
	left: -250px;
}
#content {
	background-image: url(/images/gallery_bar.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 250px;
	margin: 0px;
	padding: 58px 0px 0px 30px;
}
#media.box {
	text-align: center;
	margin: 0px 2em 0px 0px;
}
.date {
	margin-top: 4em;
	margin-bottom: 1em;
	text-align:center;
	color: #d0d0d0;
	font-size: 0.7em;
}
