#master_container #logo {
	position: absolute;
	top: 60px;
	left: 615px;
}

.title {
	margin-bottom: 5px;
}

#content {
	position: absolute;
	width: 765px;
	left: 200px;
	top: 105px;
	padding-bottom: 50px;
	font-size: 12px;
	color: #c4c4c4;
	line-height: 18px;
}	
	#content h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		color:#555555;
		text-transform: uppercase;
	}
	#content #contact_info {
		width: 275px;
		float: left;
		margin-top: 20px;
	}
	
	#content #directions {
		width: 275px;
		float: left;
		margin-top: 20px;
	}
	#content label {
		display: block;
		margin: 5px 0 0 0;
		font-weight: bold;
		color: #e2e2e2;
	}
	#content #saddr {
		width: 200px;
		display: block;
		margin: 5px 0;
	}
	#content #map {
		float: right;
		margin-top: 20px;
		color: #333333;
		line-height: normal;
	}
	
