#content {
	position: relative;
}
h1 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #c0dcc8;
	cursor: pointer;
}
h1.fareham {
	position: static;
}
h1.dorchester {
	left: 82px;
}
h1.bournemouth {
	left: 182px;
}
h1.salisbury {
	left: 302px;
}
h1.selected {
	color: #3e875e;
}
.section {
	/* margin-top: 2.8em; */
	display: none;
	overflow: hidden;
}
.section.fareham {
	display: block;
}
.left {
	float: left;
	margin: 1.2em 1.2em 1.2em 0;
}
.right {
	float: right;
	margin: 1.2em 0 1.2em 1.2em;
}

a.map
{
	float: right;
	margin: 1.2em 0 1.2em 1.2em;
	font-style: italic;
	color: black;
	text-align: right;
}

a.map:hover
{
	text-decoration: none;
}
