#galleryLink {
	width: 195px;
	height: 240px;
	text-indent: -5000px;
}

#galleryLink a {
	display: block;
	width: 195px;
	height: 240px;
	padding: 0;
	margin: 0;
	background: url(../images/gallery.jpg) no-repeat;
}

#galleryLink a:hover {
	background: url(../images/gallery.jpg) no-repeat 0 -240px;
}


h1 {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #90ca35;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
}

ul.gallery {
	margin: 0;
	float: left;
	padding: 0;
	margin-top: 10px;
}

ul.gallery li {
	float: left;
	display: inline;
	width: 162px;
	background-color: red;
	height: 122px;
	background: url(../images/gallery_bg.gif) no-repeat;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

ul.gallery li img {
	padding: 10px;
}

ul.gallery li.end {
	margin-right: 0;
}

ul.gallery li p {
	width: 110px;
	text-align: center;
	padding-top: 8px;
	font-size: 0.9em;
	color: #333;
	height: 3em;
	line-height: 1.5em;
}

ul.gallery a {
}




ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}