* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; }
body { height: 100%; background: #F2EEE8; }
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #ccc;
	z-index: 1;
}
#info {
	position: absolute;
	top: 0;
	left: 50px;
	width: 180px;
	background: #fff;
	z-index: 2;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 4px 8px rgba(0,0,0,0.5);
	padding: 0px 7px 7px 7px;
}
h1 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	background: #2C3337;
	color: #ccc;
/*	text-shadow: 0px -1px 1px #999;*/
}
#residents {
	background: #E2E2E2;
}
#residents h2 {
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	padding: 0.6em 0 0 0;
	color: #8F8F8F;
	text-shadow: 0px 1px 1px #fff;
	border-top: 1px solid #B2B2B2;
}
#residents p {
	color: #333;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
	padding: 0.6em;
}
#residents p em {
	font-style: normal;
	font-weight: normal;
}
#more {
	border-top: 1px solid #B2B2B2;
	background: #fff;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 1em 0;
}
#more a,
#more a:link,
#more a:visited {
	color: #999;
}
#more a:hover {
	color: #203E4E;
	font-weight: bold;
}
