div#map-container {
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	width: 960px;
	height: 500px;
}
div#container {
	padding: 10px;
}
div#map-header p {
	font-size: 14px;
}
div#legend {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-top: 1px solid #ccc;
	background-color: #efefef;
	background-image: url("/gfx/site/gui/grad-white.jpg");
	text-transform: uppercase;
	font-size: 0.6em;
	color: #333;
}
div#legend img {
	display: inline;
	height: 10px;
	vertical-align: middle;
}
div#legend span {
	margin-right: 10px;
}

div#left-column {
	float: left;
	width: 300px;
	overflow: hidden;
}
div#right-column {
	width: 630px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}
div#map {
}
iframe {
	width: 628px; height: 400px;
	border: 1px solid #ccc;
}

