#holder {
	width:620px;
	margin:10px auto;
}


/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:350px;
	height:230px;
	background:url('images/erbrentsmap.jpg') no-repeat;
	text-align:left;
	margin:0px;
	padding:0px
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:160px;
	padding:2px;
	border:#222 2px solid;
	background:white;  /* #666; */
	color:#000;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}

dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:clear;   /* url(point.png) no-repeat; */
	width:20px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:clear;  /* url(point-hover.png) no-repeat -1px -1px; */
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:139px;
	left:115px;
}
dl.map.on a#location02 {
	top:128px;
	left:89px;
}
dl.map.on a#location03 {
	top:143px;
	left:154px;
}
dl.map.on a#location04 {
	top:171px;
	left:134px;
}
dl.map.on a#location05 {
	top:184px;
	left:172px;
}
dl.map.on a#location06 {
	top:149px;
	left:76px;
}
dl.map.on a#location07 {
	top:158px;
	left:164px;
}
dl.map.on a#location08 {
	top:155px;
	left:221px;
}
dl.map.on a#location09 {
	top:144px;
	left:202px;
}