#page #content #map {
	background: url('../images/maps.gif') no-repeat;
	background-position: 0px 30px;
	height: 300px;
	margin-left: 222px;
	/*
	  IMPORTANT: <A> elements will be positioned absolutely 
	  from the corner of this item if it is set as relative
	*/
	position: relative;
	width: 410px;
}

#page #content #map LI {
	list-style: none;
	position: absolute;
}

#page #content #map LI, #page #content #map A {
    display: block;
    height: 40px;
}

#page #content #map #cambridge {
	height: 40px;
	left: 320px;
	top: 100px;
	width: 80px;
}

#page #content #map #oxford {
	height: 40px;
	left: 270px;
	top: 130px;
	width: 50px;
}

#page #content #map #brighton {
	height: 40px;
	left: 310px;
	top: 215px;
	width: 65px;
}

#page #content #map #bournemouth {
	height: 35px;
	left: 195px;
	top: 215px;
	width: 100px;
}

#page #content #map #cambridge A:hover {
	background: transparent url('../images/maps.gif') -320px -670px no-repeat;
}

#page #content #map #oxford A:hover {
	background: transparent url('../images/maps.gif') -270px -400px no-repeat;
}

#page #content #map #brighton A:hover {
	background: transparent url('../images/maps.gif') -310px -1085px no-repeat;
}

#page #content #map #bournemouth A:hover {
	background: transparent url('../images/maps.gif') -195px -1385px no-repeat;
}

#page #content #title {
	color: #ff0000;
	float: left;
	font-weight: bold;
	margin: 0px 10px;
}

#page #content #intro {
	border-right: solid 1px #c0c0c0;
	float: left;
	padding: 0px 5px;
	margin: 0px;
	width: 210px;
}

#page #content #intro H4 {
	color: #ff0000;
	margin: 0px;
}