	
#parkPageMiddle {
	position: relative;
	float: left;
	width: 450px;
	margin-top: 0px;
}

#parkPageRight {
	position: relative;
	float: right;
	width: 280px;
}

.tablePark {
	border-bottom: 2px solid #f0f0f0;
	padding-top: 3px;
	padding:bottom: 10px;
	background-color: #CCCCCC;
	}
.tabLeft {
	position: relative;
	float: left;
	width: 115px;
	border-top: 2px solid #f0f0f0;
	padding-top: 7px;
	padding-bottom: 3px;
	clear: left;

	}

.tabRight {
	position: relative;
	float: left;
	width: 315px;
	border-top: 2px solid #f0f0f0;
	padding-top: 7px;
	padding-bottom: 3px;

	}

.tabLeftTop {
	position: relative;
	float: left;
	width: 115px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin: 0px;
	clear: left;
	}

.tabRightTop {
	position: relative;
	float: left;
	width: 315px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin: 0px;
	}

.tabDivider {
	position: relative;
	float: left;
	width: 430px;
	font-size: 13px;
	color: #666666;
	border-bottom: 5px solid #cccc66;
	padding-top: 25px;
	clear: both;
	}

a.noDecoration {
	color: #666666;
	text-decoration: none;
	}
	
#imageBox {
	width: 240px;
	padding: 18px;
	margin-top: 15px;
	background-color: #CCCCCC;
	}
