@charset "utf-8";
/* CSS Document */
#charleston_content {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

	#charleston_content #header_charleston {
		clear: both;
		background-image: url(../_images/_backgrounds/charleston.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		width: 230px;
		min-width: 230px;
		max-width: 230px;
		height: 56px;
		min-height: 56px;
		max-height: 56px;
		margin-bottom: 10px;
		text-indent: -9999px;
	}
	
	#charleston_content #map_frame {
		float: right;
		background-color: #e0eed5;
		width: 614px;
		min-width: 614px;
		max-width: 614px;
		height: 367px;
		min-height: 367px;
		max-height: 367px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
		#charleston_content #map_frame #map_object {
			margin-left: 8px;
			margin-top: 8px;
			width: 597px;
			min-width: 597px;
			max-width: 597px;
			height: 351px;
			min-height: 351px;
			max-height: 351px;
		}
		
