/**** Regency Hotel - Location.css ****/
div.box_main {
	width:990px;
	margin:0px auto 0px auto;
	margin-bottom:20px;
}

div.box_main div.box_left,
div.box_main div.box_right {
	position:relative;
	float:left;
}

div.box_main div.box_left {
	width:292px;	
}

div.box_main div.box_right {
	width:698px;
	margin-top:35px;
}

/** Box Right **/
div.box_right div.map_bg {
	width:654px; height:557px;
	background-image: url(../images/location/regency_hotel_location_07_map.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
}

div.box_right div.map_bg div.map_flash {
	width:622px; height:503px;
	position:relative;
	left:16px; top:22px;
}

div.right_content div.location_info table th,
div.right_content div.location_info table td,
div.right_content div.location_info a,
div.right_content div.location_info a:hover {
	color:#784600;
	text-align:left;
}

th.address_title {
	font-family:Georgia;
}

div.location_info {
	margin-left:7px;
	margin-top:10px;
}