@charset "UTF-8";
#locationAddress {
	float: left;
	margin-bottom: 20px;
	width: 250px;
}
#locationPic {
	background-color: #FFFFFF;
	float: right;
	height: 225px;
	width: 325px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	clear: none;
}
#locationDirections {
	clear: both;
	float: left;
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
#locationInfo {
	clear: left;
	float: left;
	width: 600px;
}
