@charset "utf-8";
/* CSS Document */

#map {
	position:absolute;
	width:450px;
	height:450px;
	z-index:1;
	left: 465px;
	top: 26px;
	border: 4px solid #A8825E;
}
#directions {
	position:absolute;
	width:416px;
	height:467px;
	z-index:2;
	left: 27px;
	top: 14px;
	font-family: Verdana;
	font-size: 12px;
	color: #fefacb;
}
#ClickText {
	position:absolute;
	width:206px;
	height:16px;
	z-index:4;
	left: 467px;
	top: 7px;
}
