@charset "utf-8";

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}



#layout {
	background-image: url(../../img/map/h3.gif);
	background-repeat: no-repeat;
	width: 850px;
}
#layout h3 {
	height: 42px;
	padding-top: 15px;
	padding-right: 10px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#layout table {
	text-align: left;
	margin-bottom: 20px;
	margin-left: 10px;
}
div#map {
	border: 2px outset black;
	width: 600px;
	height: 500px;
	margin-right: 10px;
}
div#sidebar {
	line-height: 125%;
	overflow:auto;
	width: 200px;
	height: 490px;
}
img {
	border: 0px;
}
.info {
	font-family: Verdana, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
}
div#label {
	width:100%;
