div#gallery {
	height: auto;
	float: left;
	opacity: 1;
	width: 790px;
	background-color: #b9bab9;
}

div#gallery ul {
	float: left;
	display: block;
	padding: 0 0 16px 10px;
	margin: 0;
	width: 790px;
}

div#gallery ul li {
	list-style-type: none;
	float: left;
}

div#gallery ul li a {
	float: left;
	padding: 12px;
	margin: 10px;
	background: #ceccc8 repeat;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	display: inline;
	text-decoration: none;
	height: 11em;
}

div#gallery ul li a:hover {
	background-color: white;
	background-image: none;
}

div#main {
	height: auto;
	background: #b9bab9 url(images/gallery-bg.gif) no-repeat;
	float: left;
}

div#gallery h1, h2 {
	width: 775px;
	float: left;
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #373737;
	display: block;
}

div#gallery h2 {
	background: url(images/menu-bottom1a.gif) repeat-x;
	color: #373737;
	padding-top: 20px;
	padding-bottom: 0;
}

img {
	border-style: none;
}

span {
	display: block;
	font-size: 1.25em;
	padding-top: 10px;
	width: 80px;
}