/* Bowling Green Convention Visitors Bureau
   CSS Document (Map) */

#map_intro
	{
	width: 250px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 5px;
	border: 0px;
	margin: 0px;
	margin-bottom: 0px;
	}

#map_content
	{
	width: 350px;
	float: right;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 30px;
	border: 0px;
	margin-bottom: 30px;
	}
	
#ohiomap
	{
	text-align: center;
	}
	
.map_body
	{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
	}
