div#banner {
	background-image: url('/images/pageHead/banner7.jpg');
}

div#middleColumn {
	float: left;
	clear: left;
	border-right: 2px #d9d9d9 solid;
	width: 225px;
	height: 150px;
	min-height: 150px;
}

div#rightColumn2 {
	display: block;
	margin-left: 238px;
	height: 150px;
	min-height: 150px;
}

div#rightColumn2 select {
	width: 100%;
}

div#rightColumn2 input {
	float: right;
}

div#bottom {
	float: left;
	clear: both;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 2px #d6d6d6 solid;
	width: 470px;
}

ul.galleryPhoto {
	list-style-type: none;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}

ul.galleryPhoto li {
	float: left;
	clear: none;
	padding: 0;
	margin: 0 4px 4px 0;
	width: 150px;
	height: 97px;
}

ul.galleryPhoto li img {
	border: 1px #ccc solid;
}



a#viewMorePhotos {
	margin-top: 1em;
	float: right;
}



dl a {
	color: #333;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1em;
}