@charset "utf-8";
/* CSS Document */

#content {
	overflow:hidden;
}
#details {
	position:relative;
	z-index:2;	
}
#details table th {
	text-align:right;
	vertical-align:top;
}
#map {
	position:relative;
	bottom:160px;
	margin-bottom:-180px;
	z-index:1;
}
#map img {
	margin:10px 0px 25px 0px;
}
