@charset "utf-8";
/* CSS Document */

#thumbholder {
	width: 255px;
	margin: 20px auto;
}
.thumb {
	background-color: #453D1F;
	padding: 2px;
	float: left;
	height: 70px;
	width: 55px;
	margin: 2px;
	font-size: 12px;
	color: white;
	text-align: center;
}
.thumb img {
	height: 55px;
	width: 55px;
	border:  none;
}
#mapholder {
	clear: both;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.fl {
	padding: 15px;
}
.fl img {
	width: 125px;
	padding: 2px;
	border: 1px solid #453D1F;
	float: left;
}
.fl p {
	float: right;
	width: 135px;
	text-align: left;
	margin: 5px 0px;
}

