#Map
{
	position: relative;
}

#Map p
{
	margin: 0.25em 0 0.25em 0;
}

#MapImage
{
	margin-top: 0.75em;
	border: 1px RoyalBlue solid;
	width: 550px;
	height: 435px;
}

#MapLinkDaleCamp
{
	position: absolute;
	top: 34px;
	left: 193px;
	text-align: left;
	font-size: 1.3em;
}

#MapLinkHareLane
{
	position: absolute;
	top: 228px;
	left: 414px;
	text-align: left;
	font-size: 1.3em;
}

#MapLinkLimewood
{
	position: absolute;
	top: 183px;
	left: 289px;
	text-align: left;
	font-size: 1.3em;
}

#MapLinkHoolePark
{
	position: absolute;
	top: 204px;
	right: 250px;
	text-align: left;
	font-size: 1.3em;
}

#MapLinkOverleigh
{
	position: absolute;
	top: 345px;
	left: 210px;
	text-align: left;
	font-size: 1.3em;
}

#Map a.LinkRight:link,
#Map a.LinkRight:visited
{
	display: block;
	padding: 0.2em 15px 0.2em 0.5em;
	color: White;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../images/map-pointer-right.png);
	background-position: right center;
	background-repeat: no-repeat;	
}

#Map a.LinkRight:hover
{
	color: White;
	background-image: url(../../images/map-pointer-right-over.png);
	background-position: right center;
	background-repeat: no-repeat;	
}

#Map a.LinkLeft:link,
#Map a.LinkLeft:visited
{
	display: block;
	padding: 0.2em 0.5em 0.2em 15px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../images/map-pointer-left.png);
	background-position: left center;
	background-repeat: no-repeat;	
}

#Map a.LinkLeft:hover
{
	color: White;
	background-image: url(../../images/map-pointer-left-over.png);
	background-position: left center;
	background-repeat: no-repeat;	
}