ul.gal-list{
	list-style: none;
}
	ul.gal-list li{
		float: left;
		margin: 0 20px 20px 0;
	}
		ul.gal-list li.remove-margin{ margin-right: 0; }
		ul.gal-list li a img{
			border: solid 5px #7F7A71;
			display: block;
			height: 75px;
			width: 75px;
		}
		ul.gal-list li a:hover img{ border: solid 5px #282624; }
		
#gal-content h2{
	border-bottom: solid 3px #D5CCC0;
	color: #282624;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 6px;
}

#gal-content h3{
	clear: both;
	color: #993C01;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#gal-content p{
	background: transparent url('/images/site/bg_h3_underline.png') repeat-x 0 bottom;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

#gal-content p.no-background{ background: none; padding-bottom: 0;}

#gal-content a{ color: #993C01; }
#gal-content a:hover{ color: #282624; }