	.img_left {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	}
	.right {
	float: right;
	width: 700px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
	#map {
		float: right;
		margin-right: 20px;
		border: 1px solid #E8E8D2;
		padding: 1px;
	}
	
	#map iframe{
		width: 580px;
		height: 230px;
	}
	#map a{
		font-size: 11px;
	
	}
	#lists {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	
	#lists li{
		margin-bottom: 8px;
		list-style-type: disc;
		list-style-position: inside;
		margin-left: 15px;
	}
	#gallery {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 30px;
	}
	#gallery li {
		width: 130px;
		text-align: center;
		margin-right: 30px;
		margin-bottom: 15px;
		float: left;
		line-height: 16px;
		text-transform: capitalize;
		font-size: 12px;
	}
	.clear {
		clear: both;
	}
	h2 .small {
	text-transform: none;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	padding-left: 12px;
	}

