#Pmaparea {
	position: relative;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
#Pmaptitle {
	position: absolute;
	left: 120px;
	top: 0px;
	color: MidnightBlue;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
#Pmapimage {
	position: absolute;
	left: 0px;
	top: 0px;
}
#Pmapinfo {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 400px;
	padding: 8px;
	border: 2px grey dotted;
}
#Pmapinfo .name {
	font-size: 14pt;
	font-weight: bold;
}
