@charset "utf-8";

#plan_body {
	height: 500px;
	position: relative;
}
#north_lhs {
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 1;
	width: 204px;
	border: 3px solid #0A00C9;
	background-color: #FFFFFF;
}
#north_lhs a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#north_lhs a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#north_centre {
	position: absolute;
	left: 255px;
	top: 50px;
	z-index: 1;
	width: 204px;
	border: 3px solid #F60F39;
	background-color: #CCCCCC;
}
#north_centre a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#north_centre a:hover {
	color: #FFFFFF;
	background-color: #666666;
}


#north_rhs {
	position: absolute;
	left: 500px;
	top: 50px;
	z-index: 1;
	width: 204px;
	border: 3px solid #F1FF4F;
	background-color: #CCCCCC;
}
#north_rhs a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#north_rhs a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#plan {
	position: absolute;
	left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 170px;
}
#instructions {
	position: absolute;
	top: 270px;
	left: 450px;
}
.image_left {
	float: left;
}
#lhs_popup_size {
	width: 610px;
}
#centre_popup_size {
	width: 580px;
}
#rhs_popup_size {
	width: 675px;
}
