@charset "utf-8";
/* CSS Document */

#gallery {
}
#galleryHeader {
	width: 600px;
	height: 80px;
	background-image: url(../images/gallery.gif);
	background-position: 35px 20px;
	background-repeat: no-repeat;
	border-bottom: solid #4f4f4f 1px;
	float: none;
	margin: 0px auto 0px auto;
}
#gallery  .galleryUL {
	width: 600px;
	padding: 0px;
	overflow: auto;
	border: none;
	text-indent: 0px;
	margin: 15px auto 15px auto;
}
#gallery    li {
	font-size: 9pt;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	display: block;
	float:left;
	height: 120px;
	width: 100px;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 10px auto;
	border: none
	list-style-type: none;
	background-image: none;
	border: none;
	text-align: center;
}
#gallery img {
	margin: 0px;
	padding: 0px;
	float: none;
	border: none;
	clear: both;
}
#gallery a, a:visited {
	border: none;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
}
#galleryFooter {
	margin: 0px auto 0px auto;
	width: 600px;
	border-top: solid #4f4f4f 1px;
	border-bottom: solid #4f4f4f 1px;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20pt;
	font-style: italic;
	padding: 20px;
}
#gallery a:hover {
	border: none;
	text-decoration: none;
	color: #FFCA42;
}
