@charset "utf-8";
#plan_body {
	height: 750px;
	position: relative;
}

#plan {
	position: absolute;
	left: 140px;
	z-index: 0;
	top: 170px;
}
#instructions {
	width: 200px;
	position: absolute;
	top: 160px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	list-style-type: none;
	z-index: 1;
}
#instructions ul {
	margin: 0px;
	font-size: 0.9em;
	padding-left: 15px;
}
#flemish1 {
	left: 90px;
	top: 50px;
	position: absolute;
	width: 150px;
	border: 3px solid #E9C82F;
	z-index: 1;
	background-color: #CCCCCC;
}
#flemish2 {
	left: 250px;
	top: 50px;
	position: absolute;
	width: 150px;
	border: 3px solid #E9C82F;
	z-index: 1;
	background-color: #CCCCCC;
}
#patterns {
	left: 450px;
	top: 0px;
	position: absolute;
	width: 120px;
	border: 3px solid #9316CC;
	z-index: 1;
	background-color: #CCCCCC;
}

#east_window {
	left: 620px;
	top: 80px;
	position: absolute;
	width: 124px;
	border: 3px solid #FDF322;
	z-index: 1;
	background-color: #CCCCCC;
}
#south_choir {
	position: absolute;
	left: 620px;
	top: 330px;
	width: 124px;
	border: 3px solid #543BD4;
	z-index: 1;
	background-color: #CCCCCC;
}
#red_wings {
	position: absolute;
	left: 430px;
	top: 450px;
	width: 154px;
	border: 3px solid #F3040A;
	z-index: 1;
	background-color: #CCCCCC;
}
#south_nave {
	position: absolute;
	left: 230px;
	top: 485px;
	width: 130px;
	border: 3px solid #DA29AB;
	z-index: 1;
	background-color: #CCCCCC;
}

#april_roundel {
	position: absolute;
	left: 70px;
	top: 420px;
	width: 124px;
	background-color: #999999;
	border: 3px solid #5BE746;
	z-index: 1;
}
#monkey_roundel {
	position: absolute;
	left: 70px;
	top: 570px;
	width: 124px;
	background-color: #999999;
	border: 3px solid #53FA3A;
	z-index: 1;
}
.plain_link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}
