
.content_holder {
	padding: 50px 0 25px 0;
}

.content {
	width: 880px;
	padding: 0;
	border: 8px solid #2A6393;
	background: #FFFFFF;
}

.content .leftColumn {
	width: 315px;
}

.content .leftColumn * {
	color: #2A6393;
}

.content .rightColumn {
	width: 560px;
	overflow: hidden;
	border-left: 2px solid #2A6393;
}

.content #map {
	margin: 0 !important;
	border: none !important;
}

.record {
	clear: left;
}
.recordPin {
	clear: left;
	float: left;
	width: 20px;
	padding: 10px 10px;
}
.recordDetail {
	margin: 1em 0;
	float: left;
	width: 270px;
}
.record A {
	font-weight: bold;
	font-size: 1.1em;
}


.editorBar {
	padding: 5px;
	background: #DDDDDD;
	border: 1px dotted #999999;
}
