h1 {
	font: bold 480%/100% "Courier New", Courier, monospace;
	letter-spacing: -3px;
	margin: 0;
	padding: 0 0 4px 15px;
	background: #d4e093;
	border-bottom: solid 1px #a36e36;
	color: #543a1b;
	width: 83%;
}
.credits {
	margin: -5px 0 3.5em;
	padding-left: 15px;
	font: 130%/110% "Courier New", Courier, monospace;
}
.credits a {
	color: #000;
	background: #c3e4e2;
	border-bottom: solid 1px #a36e36;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 .5em;
	font-size: 110%;
}
.credits em {
	color: #fff;
	background: #000;
	border-bottom: solid 1px #a36e36;
	padding: 0 .3em;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}


.gallery li {
	margin: 160px 35px 5px;
	float: left;
	position: relative;
	width: 186px;
	height: 142px;
}
.gallery .bg {
	background: url(../images/borders/polaroid-short.png) no-repeat;
	width: 186px;
	height: 142px;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(../images/borders/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
	z-index: 3;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}

.gallery img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}
