body {
	margin: 0 auto;
	padding: 0;
	width: 607px;
	font: 70%/140% Arial, Helvetica, sans-serif;
	background: #b1031b url(../design/cat_bck.jpg);
	}
	
h1 {
	background: url(../design/cat_title.png)no-repeat;
	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 {
	display: block;
	padding: 10px 0;
	width:600;
	height:49px;
	font-style: normal;
	}
	
.credits {
	width: 280px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: solid 1px #6F0004;
	padding: 0 0 8px 0;
	font: 130%/110% Verdana, Arial, Helvetica, sans-serif;
	}
	
	.credits em { color: #ccc; }
	
	.credits a {
		color: #fff;
		text-decoration: none;
		}
	.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(bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
	}

.gallery a { text-decoration: none; color: #000; }
	
.gallery a:hover em { display: block; }

