#what h2 a, #map h2 a, #contact h2 a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}
#what h2 a:hover, #map h2 a:hover, #contact h2 a:hover {
	color: #66CCFF;
}
#what h2, #map h2, #contact h2 {
	margin-top: 0px;
}
#what {
	background-image: url(../images/tape.jpg);
	background-repeat: no-repeat;
}
#map {
	background-image: url(../images/england.jpg);
	background-repeat: no-repeat;
	height: 220px;
	background-position: center top;
}
#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
