#header ul li.locations a:link, #header ul li.locations a:visited {
	background: url(../assets/locations.jpg) bottom left;
}

.map {
	float: left;
	padding: 50px 0 50px 95px;
}

.places {
	width: 350px;
	padding: 0 0 30px 95px;
	clear: both;
}

.places ul {
	list-style-type: none;
}

.places ul li {
	line-height: 19px;
}

ul.restaurantGrocery {
	float: right;
	list-style-type: none;
	padding: 170px 90px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

ul.restaurantGrocery li {
	margin-top: 10px;
	width: 240px;
}

ul.restaurantGrocery li a:link, ul.restaurantGrocery li a:visited {
	text-decoration: none;
	color: black;
	display: block;
}

ul.restaurantGrocery li a:hover {
	text-decoration: underline;
}