﻿#map_canvas
{
	border: solid 1px #000;
	width: 785px;
	height: 900px;
	float: right;
}
#map_legend
{
	list-style-type: none;
	margin-left: 0;
	margin-top: 50px;
	padding-left: 15px;
	float: left;
}
#map_legend li
{
	padding-bottom: 3px;
}
#map_legend li div.color
{
	width: 15px;
	height: 15px;
	margin-right: 3px;
	border: solid 1px #999;
	float: left;
}
