.gbbase, .engbase, .scotbase, .walbase {
	float: left;
	height: 250px;	
}

/* Width values must equal 240px */

.gbbase {
 	width: 155px;
 	margin: 40px 42px 20px 43px;
 	background-image: url(/graphics/greatbritain.gif);
 	background-repeat: no-repeat;
}
	
.engbase {
	width: 218px;
	margin: 40px 11px 20px 11px;
	background-image: url(/graphics/england.gif);
 	background-repeat: no-repeat;
	
}

.scotbase{
	width: 161px;
	margin: 40px 39px 20px 40px;
	background-image: url(/graphics/scotland.gif);
 	background-repeat: no-repeat;
}
	
.walbase {
	width: 203px;
	margin: 40px 18px 20px 19px;
	background-image: url(/graphics/wales.gif);
 	background-repeat: no-repeat;
}	

.gbbase, .engbase, .walbase, .scotbase {
	background-position: 0 0;
 }

/* Great Britain map */
 
.eng {
 background-position: -155px 0;
 }

.wal {
background-position: -310px 0;
}

.scot1, .scot2 {
background-position: -465px 0;
}

/* England map */

.southwest {
 background-position: -218px 0;
 }

.london {
 background-position: -436px 0;
 }

.southeast {
 background-position: -654px 0;
 }

.eastofeng {
 background-position: -872px 0;
 }

.eastmid {
 background-position: 0 -250px;
 }

.westmid {
 background-position: -218px -250px;
 }

.yorkandhum {
 background-position: -436px -250px;
 }

.northeast {
 background-position: -654px -250px;
 }

.northwest {
 background-position: -872px -250px;
 }

/* Scotland map */

.highandis {
	background-position: -161px 0;
}
.swscot {
	background-position: -322px 0;
}

.escot {
	background-position: -483px 0;
}

.nescot {
	background-position: -644px 0;
}

/* Wales map */

.wwalandval {
	background-position: -203px 0;
}

.ewal  {
	background-position: -406px 0;
}