/* CSS Document */

#photo_main {
	float: right; 
	min-height: 360px; 
	background: #cdf7f6; 
	border: 2px solid #008083; 
	padding: 10px 0 0 8px; 
	margin-bottom: 20px;
	}
#photo_main #main_img {
	float: left; 
	margin-right: 8px;
	padding-bottom: 10px;
	}
#photo_main #img_table {
	float: left;
	}
#photo_main #img_table img {
	border: 2px solid #008083;
	}
#photo_main #img_table p.description {
	padding:4px 0 4px 0; 
	margin: 0; 
	text-align:center;
	}
#details {
	background: #cdf7f6; 
	border: 2px solid #008083; 
	margin-left: 20px; 
	width: 626px;
	}
#details #address {
	width: 300px; 
	float: left;
	}
#details #map {
	width: 300px; 
	height: 200px; 
	float: left; 
	margin: 20px 0 20px 0; 
	border: 2px solid #008083;
	}
	
