@charset "utf-8";
h1 {
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	font-family: Garamond, Georgia, serif;
	font-size: 200%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
.credits {
	font: 130%/110% Garamond, Georgia, serif;
	text-align: center;
	color: #999;
	width: 300px;
	margin: .5em auto 1.5em;
	padding-top: 8px;
	border-top: 1px solid #ededed;
	letter-spacing: 2px;
}
.credits em {
	color: #999;
}
.credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	float: left;
	position: relative;
	width: 212px;
	height: 225px;
	margin: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding: 20px 0 0 21px;
}
.gallery em {
	width: 196px;
	height: 85px;
	display: block;
	position: absolute;
	text-align: center;
	padding-top: 145px;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/picture-frame.png);
	left: 5px;
	top: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
