/*THIS STYLESHEET CONTROLS THE CENTRAL PORTION OF THE MAP PAGE, INLCUDING ALL MAP STYLES***********/

#imagewrap {
	width: 800px;
	height: 174px;
	margin: 40px 25px 40px 25px;
}

#imageleft {
	background: url(images/dt1.jpg) no-repeat center;
	width: 250px;
	height: 174px;
	margin-right: 25px;
	float: left;
}
#imagecentre {
	background: url(images/dt3.jpg) no-repeat center;
	width: 250px;
	height: 174px;
	margin-right: 25px;
	float: left;
}

#imageright {
	background: url(images/dt2.jpg) no-repeat center;
	width: 250px;
	height: 174px;
	float: left;
}

#map {
	clear: both;
	width: 760px;
	height: 300px;
	background: #555;
	border: 20px solid #777;
	margin: 40px 25px 40px 25px;
	}

