@charset "utf-8";
/* CSS Document */

 
#hudson_valley{
	
	float:right;
	position:relative;
	left:10px;
}
ul{
	list-style:circle;	
}

#map1{
 	position:relative;
	top:50px;  
	float:left;
}


#map2{
	border-style:solid;
	border-width:1px;
	border-color:blue;
 
 
}

 

