#content {
	position: relative;
}
h1 {
	position: absolute;
	top: 15px;
	margin: 0;
	color: #c0dcc8;
	cursor: pointer;
}
h1.fareham {
	left: 15px;
}
h1.dorchester {
	left: 97px;
}
h1.bournemouth {
	left: 197px;
}
h1.salisbury {
	left: 317px;
}
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;
}