#north {
	position: absolute;
	left: 46%;
	top:-8px
	}

#west {
	position: absolute;
	top:50%;
	left:-22px;
}
#east {
	position:absolute;
	top:50%;
	right:-22px;
}
#south {
position:absolute;
left:46%;
bottom:-18px;
}


DIV.map_inner {
position:relative;
float: left;
margin-left: 0px; /* as a IE workaround? */
margin-right:30px;
margin-bottom:30px;
padding-right:0px;
padding-bottom:0px;
}


P.smaller, P.scale {
font-size: smaller;
text-align: center
}

P.scale {
border-bottom: thin dashed red;
width: 100%;

}
OL LI {list-style: upper-roman;}
OL OL LI{list-style: lower-alpha;}