	
/* --------------- */
/* -- Container -- */
/* --------------- */
#map_Container {
	position: absolute;
	background-color: rgb(229, 227, 223);
	top:    185px;
	left:   540px;
	width:  500px;
	height: 330px;
	border-width:   1px;
	border-style: solid;
	}
	
	
#mapInfo_Container {
	position: absolute;
	top:    421px;
	left:   285px;
	width:  250px;
	height:  94px;
	border-style: solid;
	border-width: 1px;
	}
#mapInfo_Container td {
	padding-left: 4px;
	line-height: 14px;
	}
	
	
#mapCtrl_Container {
	position: absolute;
	top:    520px;
	left:	540px;
	width:  500px;
	height: 123px;
	font-size: small;
	border-width: 1px;
	border-style: solid; 
	padding-top: 3px;
	padding-bottom: 3px;
	}

