@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	width: 607px;
	font: 70%/140% Arial, Helvetica, sans-serif;
}
h1 {
	background: #ededed;
	margin: 20px 0 10px;
	padding: 4px;
	text-align: center;
	color: #000;
	font: 310%/100% Garamond, Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1 em {
	border: solid 1px #999;
	display: block;
	padding: 10px 0;
	font-style: normal;
}
.credits {
	margin: 0 auto 20px;
	text-align: center;
	padding: 0 0 8px 0;
	color: #666;
	font-family: Garamond, Georgia, serif;
	font-size: 110%;
	line-height: 110%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.text {
	text-align: center;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text a {
	text-align: center;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text a:hover {
	text-align: center;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.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 {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	font-color: #F15D2E;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
}
.Stil1 {
	margin: 0 auto 20px;
	text-align: center;
	padding: 0 0 8px 0;
	font: 130%/110% Garamond, Georgia, serif;
	border-bottom: solid 1px #ccc;
	color: #666666;
}

