#map {
	height: 500px;
	width: 310px;
	border: 1px solid gray;
	float: left;
}

#locations {
	width: 310px;
	float: right;
	padding: 0em;
}

#locations h2 {
	background-color: white;
	cursor: pointer;
}

#locations li {
	list-style-type: none;
	padding: 0em;
}
