body {
	background-color:#333;
	margin: 20px auto;
	padding: 0;
	width: 750px;
	font: 70%/140% Arial, Helvetica, sans-serif;
}
h1 {
	font: normal 200%/110% Garamond, Georgia, serif;
	color:#FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.credits {
	font: 130%/110% Garamond, Georgia, serif;
	text-align: center;
	color: #999;
	width: auto:
	margin: 1.5em auto 1.5em;
	letter-spacing: 2px;
	line-height:20px;
}
.credits em {
	color: #999;
}	
.credits a {
	color: #999;
	text-decoration: none;
}
.current {
	color: #df8152;
	text-decoration: none;
}
.credits a:hover {
	color: #df8152;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float:left;
	position: relative;
	width: 162px;
	height: 225px;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #666;
	text-decoration: none;
}
.gallery img {
	padding: 20px 5px 0 21px;
}
.gallery em {
	width: 162px;
	height: 80px;
	background: url(images/picture-frame.png) no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 195px;
}