/* RECREATION */

div#recreation-wrap {
	}
	#recreation-wrap div.clear {
		clear: both;
		}
	#recreation-wrap div.desc div {
		float: left;
		width: 210px;
		}
		#recreation-wrap div.desc img {
			float: left;
			margin: 5px 15px 15px 0;
		}		
		#recreation-wrap div.desc div span {
			display: block;
			font-weight: 700;
			margin-top: 5px;
			}
			#recreation-wrap div.desc div a {
				display: block;
				background: url(/img/gmap.gif) no-repeat left top;
				padding-left: 25px;
				height: 20px;
				margin-top: 10px;
			}
	#recreation-wrap h2 {
		margin: 0 0 10px 0;
		padding: 0;
		font: 18px Tahoma;
		font-weight: 700;
		color: #2d5584;
		border-bottom: solid 4px #2d5584;
		}
	#recreation-wrap p {
		margin-bottom: 10px;
		}
	
	


