body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
#map {
	position: absolute;
	top: 0;
	left: 32%;
	right: 0;
	bottom: 0;
}
#left {
	position: absolute;
	top: 0;
	left: 0;
	right: 68%;
	bottom: 0;
	overflow: auto;
	line-height: 1.4em;
	padding: 10px;
}
#left ul {
	padding: 0;
	list-style: none;
}
.hide {
	display: none;
}
