div.contentMap {
	float: right;
	background-color: #eaeaf5;
	background-color: white;
	width: 750px;
	height: 480px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

div.footer {
	border-top: 1px outset #eaeaf5; 
/*	background-color: transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:750px;
	overflow: hidden;*/
}

div.footerLeft, div.footerRight {
/*	height: 10px;
	background-color: #eaeaf5;
	padding: 2px 4px 6px 4px;
	border: 1px outset #e9e9f0;*/
}

div.footerLeft {
/*	border-style: outset outset none none;*/
}

div.footerRight {
/*	border-style: outset none none outset;*/
}


