@charset "utf-8";
/* CSS Document */

.map_wrapper {
	width:220px;
	}

.map_top {
	background-image:url(../images/map_top.gif);
	height: 22px;
}
.map_content {
	background-color:#FFFFFF;
	border-left:solid #c6c6c6 1px;
	border-right:solid #c6c6c6 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	}
.map_content img {
	margin:0px 3px 3px 3px;
	float: left;
	border: solid #c6c6c6 1px;
	}
.spacer {
	clear:both;
	height:8px;
}
.map_bottom {
	background-image:url(../images/map_bottom.gif);
	background-position:bottom;
	height: 22px;
	}
