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

#room-img {
	float:left;
	width:323px;
	height:244px;
	padding: 9px 0 0 12px;
	background:url(../graphics/room-full-img.gif) top left no-repeat;
}

#room-details {
	float:left;
	width:410px;
	height:253px;
	margin-left:10px;
}



#gmap-wrap {
	float:left;
	clear:both;
	width:735px;
	height: 500px;
	padding:10px;
	background: url(../graphics/reviews-map.jpg) top left no-repeat;
}


#gmap {
	float:left;
	clear:right;
	width:245px;
	height: 487px;
	margin-left: 20px;
}

#text-overflow {
	width:755px;
	float:left;
	clear:both;
	height:auto;
	margin-top: 10px;
}


#reviews {
	float:left;
	width:468px;
	height:487px;
}

