/* styles specific to the location details page */

div#columns {
	position: relative;
	padding: 20px;
}

div#leftColumn {
	float: left;
	width: 49%;
}

div#rightColumn {
	margin: 0 0 0 49%;
}


div#content .clearer {
	clear: both;
}

.title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.description {
	padding-top: 0;
	margin-top: 0;
}

#links-footer {
	clear:both;
	width:100%;
}