@charset "utf-8";

#plan_body {
	height: 600px;
	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: 200px;
}
#instructions {
	position: absolute;
	top: 520px;
	left: 200px;
}
#east_window {
	position: absolute;
	z-index: 1;
	top: 240px;
	left: 620px;


	border: 3px solid #0401C0
	background-color: #CCCCCC;;
	width: 154px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#east_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#east_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#north_window {
	z-index: 1;
	position: absolute;
	left: 480px;




	border: 3px solid #4CF34D
	background-color: #CCCCCC;;
	width: 120px;
	background-color: #CCCCCC;
	border: 3px solid #FFFC61;
}
#north_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#north_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}


#west_window {
	z-index: 1;
	left: 10px;
	top: 250px;
	position: absolute;



	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #4EA056;
	width: 150px;
	background-color: #CCCCCC;
}
#west_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#west_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#west_porch {
	z-index: 1;
	left: 50px;
	top: 0px;
	position: absolute;



	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #F9B264;
	width: 150px;
	background-color: #CCCCCC;
}
#west_porch a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#west_porch a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#east_porch {
	z-index: 1;
	left: 280px;
	top: 0px;
	position: absolute;



	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #36B8DA;
	width: 150px;
	background-color: #CCCCCC;
}
#east_porch a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#east_porch a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
