@charset "utf-8";
/* CSS Document */

.map {
	width: 452px;
	float: left;
	border: 10px solid #000;
	margin-left: 10px;
	margin-right: 10px;
}

.contactdetails {
	width: 385px;
	float: right;
	text-align: center;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.spacer {
	clear: both;
	height: 14px;
}

.spacer2 {
	clear: both;
	height: 5px;
}

.line {
	height: 1px;
	background: #000;
}

.tfme {
	width: 150px;
	float: left;
	text-align: right;
	line-height: 1.8em;
}

.tfme2 {
	width: 225px;
	float: right;
	text-align: left;
	line-height: 1.8em;
	margin-left: 10px;
}

