div.background {
	position: absolute;
	top: 150px;
	left: 180px;
	width: 565px;
	height: 335px;
	background-image:  url(/images/countryside.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img.map {
	margin: 0px 20px 0px 20px;
}
.nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-weight: bold;

}
div.map {
	position:absolute;
	left: 10px;
	width:183px;
	height:140px;
	z-index:2;
	background-image: url(/contactus/images/blue-back.gif);
	border: 1px none #000000;
	}
