/* CSS Document */
#wrapper #mainFacilities	{
	display: block;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #21180E;
	background-color: #F5F5F5;
	border-width: 10px;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper #mainFacilities #topTextHolder	{
	display: block;
	width: 900px;
	height: 330px;
}
#wrapper #mainFacilities #topTextHolder	#topText	{
	display: block;
	width: 620px;
	height: 290px;
	float: left;
}
#wrapper #mainFacilities #topTextHolder	#topText #textLeft	{
	display: block;
	width: 200px;
	height: 170px;
	padding-top: 20px;
	margin-left: 20px;
	float: left;
}
#wrapper #mainFacilities #topTextHolder	#topText #textRight	{
	display: block;
	width: 300px;
	height: 170px;
	padding-top: 20px;
	margin-left: 15px;
	float: left;
}
#wrapper #mainFacilities #topTextHolder	#topText #textRight a, #wrapper #mainFacilities #camping #rightTxt a	{
	font-size: 15px;
	color: #21180E;
	text-decoration: underline;
}
#wrapper #mainFacilities #topTextHolder	#topText #textRight a:hover, #wrapper #mainFacilities #camping #rightTxt a:hover	{
	text-decoration: none;
	color: #21180E;
}
#wrapper #mainFacilities #topTextHolder #picHolder	{
	display: block;
	width: 253px;
	height: 169px;
	float: left;
	padding: 10px;
	margin-top: 75px;
	border: 2px solid #C4C4C4;
}
#wrapper #mainFacilities #camping	{
	display: block;
	width: 880px;
	height: 192px;
	padding-top: 10px;
}
#wrapper #mainFacilities #camping #leftTxt	{
	display: block;
	width: 200px;
	height: 70px;
	padding-top: 10px;
	margin-left: 20px;
	float: left;
}
#wrapper #mainFacilities #camping #rightTxt	{
	display: block;
	width: 300px;
	height: 70px;
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}
#wrapper #mainFacilities #rentals	{
	display: block;
	width: 880px;
	height: 410px;
	padding-top: 10px;
	clear: left;
}
#wrapper #mainFacilities #rentals #leftText	{
	display: block;
	width: 200px;
	height: 310px;
	margin-left: 20px;
	float: left;
}
#wrapper #mainFacilities #rentals #middleText	{
	display: block;
	width: 220px;
	height: 310px;
	margin-left: 15px;
	float: left;
}
#wrapper #mainFacilities #rentals #rightText	{
	display: block;
	width: 220px;
	height: 300px;
	margin-left: 15px;
	float: left;
}
#wrapper #footer	{
	display: block;
	width: 1050px;
	height: 55px;
	margin-top: 5px;
	background-image: url(../../images/footer/footer.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 12px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 560px;
	height: 20px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 270px;
	height: 20px;
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 70px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
