table#l_location_sections_anchors { margin: 10px auto; }
table#l_location_sections_anchors td { width: 50%; padding: 0px 20px; }
table#l_location_sections_anchors td a { text-decoration: underline; }

div.location_section { clear: left; margin: 0px 0px 12px; }
div.location_section div.location_section_header { height: 16px; margin-bottom: 5px; }
div.location_section div.location_section_header h1 {
	display: block;
	text-transform: uppercase;
	color: white;
	background-color: #60584d;
	padding: 3px;
	margin: 3px;
}
div.location_section h2 {
	display: block;
	text-transform: uppercase;
	color: white;
	background-color: #989186;
	padding: 3px;
	margin: 3px;
	clear: both;
}
div.location_section h3 {
	display: block;
	text-transform: uppercase;
	color: white;
	background-color: #b1aca5;
	padding: 3px;
	margin: 3px;
	clear: both;
}
div.location_section div.location_section_header h1 a { color: white; font-size: 11px; font-weight: bold; }
div.location_section div.location_section_header h1 a:hover { color: white; }
div.location_section p { margin: 0px 8px 8px; text-align: justify; }
div.location_section div.location_section_picture { text-align: center; }
div.location_section img { margin: 6px; }
div.location_section a.left { float: left; }
div.location_section a.right { float: right; }
