@charset "utf-8";
/* CSS Document */

#map {
	position:absolute;
	width:450px;
	height:450px;
	z-index:1;
	left: 511px;
	top: 78px;
	border: 4px solid #A8825E;
}
#directions {
	position:absolute;
	width:458px;
	height:533px;
	z-index:2;
	left: 16px;
	top: 35px;
	font-family: Verdana;
	font-size: 12px;
	color: #fefacb;
}
#ClickText {
	position:absolute;
	width:206px;
	height:16px;
	z-index:4;
	left: 627px;
	top: 47px;
}

