@charset "utf-8";

#photo_block {
	font-size: 0.85em;
	border: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0033CC;
}

#plan_body {
	height: 380px;
	position: relative;
	z-index: 0;
}

#marble_hall_plan {
	position: absolute;
	left: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
}
#plan {
	position: absolute;
	left: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 10px;
}

#howard {
	position: absolute;
	left: 570px;
	z-index: 100;
	top: 80px;
	border: 2px solid #00FF00;
}
