#mapContent{
	position:relative;
	display: inline;
	float:left;
	width:600px;
	height:700px;
	left:30px;
}

#staticMap{
	width:400px;
	height:500px;
	float:right;
}

#mapKey{
	position:relative;
	display: inline;
	float:left;
	width:150px;
	height:200px;
	top: 30px;
	right: 10px;
	padding: 20px;
}

#mapImage{
	position:relative;
	display: inline;
	float:left;
	width:400px;
	height:500px;
	margin:5px;
}



.BoroughButton{
	background-color: #6ebfdf;
	cursor:pointer;
	font-family:Georgia;
	font-size:20px;
	border-style:outset;
	padding:10px;
	text-align: center;
	
}

.scaff{
	font-family:Helvetica;
	font:20px;
	margin:10px;
}
