.googleMap {
	display: block;
	float: left;
	width: 798px;
	height: 250px;
	border: solid 1px black;
}

.locationInfo {
	display: block;
	float: left;
	width: 800px;
	border-top: solid 1px black;
	margin-top: 10px;
	font-size: 80%;
	text-align: justify;
	line-height: 150%;
	height: 100%;
}

.locationInfo h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.locationInfo p.final {
	padding-top: 5px;
}

