@charset "utf-8";

#plan_body {
	height: 700px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 160px;
}

#west_window_upper {
	position: absolute;
	z-index: 1;
	top: 150px;
	left: 10px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#west_window_lower {
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 10px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}



#east_window {
	position: absolute;
	z-index: 1;
	top: 260px;
	left: 820px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#north_aisle_east_window {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 750px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#vestry_west {
	position: absolute;
	z-index: 1;
	top: 450px;
	left: 10px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#vestry_south {
	position: absolute;
	z-index: 1;
	top: 500px;
	left: 200px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#north_aisle_north_2_window {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 500px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#south_aisle_south_1_window {
	position: absolute;
	z-index: 1;
	top: 505px;
	left: 410px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#south_aisle_south_2_window {
	position: absolute;
	z-index: 1;
	top: 540px;
	left: 580px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}

#south_aisle_south_3_window {
	position: absolute;
	z-index: 1;
	top: 530px;
	left: 750px;
	width: 150px;
	border: 3px solid #000;
	background-color: #CCCCCC;
}
