/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/background_pattern_09.jpg);
	background-repeat: repeat-x;
	background-color: #99cc00;	
	background-position: top;
	font-size: 0.8em;
	text-align: center;
}

p, h1, h2, h3 {
	width: 590px;
}

p {
	font-size: 1.2em;
	text-align: left;
	padding: 0 12px 0 12px;
}	

p, h1, h2, h3 {
	width: 590px;
}

p {
	font-size: 1.2em;
	text-align: left;
	padding: 0 12px 0 12px;
}	

h1, h2, h3 {
	font-weight: bold;
	color: #333333;
	text-align: center;
}

h1 {
	font-size: 1.8em;
	background-image: url(../images/base/title_h1.png); 
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	height: 38px;
}

h2 {
	font-size: 1.4em;
	background-image: url(../images/base/title_h2.jpg);
	background-position: center;	
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.2em;
}


a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #FF3366;
}

a:active {
	color: #0066FF;
}

.clear {
	clear: both;
}

#container {
	width: 805px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
}

#splash_image {
	background-image: url(../images/splash_image.png);
	width: 805px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#top_float {
	width: 805px;
	height: 100px;
	position: relative;
	float: left;
}

#content {
	min-height: 100px;
	position: relative;
	float: left;
	height: auto;
	overflow: auto;
	text-align: center;
	background-image: url(../images/body_background.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content_inside {
	width: 650px;
	padding: 0 60px 0 95px;
	float: left;
	text-align: center;
}

#content_footer {
	width: 805px;
	height: 100px;
	position: relative;
	float: left;
	overflow: none;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/body_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	color: #666666;
	font-size: 0.8em;
	position: relative;
	top: 60px;
}

.park {
	text-align: center;
	/* background-color: #0099FF; */
	width: 115px;
	height: 120px;
	overflow: hidden;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 3px;
	position: relative;
}

.park_wide {
	text-align: center;
	/* background-color: #0099FF; */
	width: 145px;
	height: 120px;
	overflow: hidden;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 3px;
	position: relative;
}

.park_title {
	font-size: 18px;
	font-weight: bold;
}

.huge {
	font-size: 5em;
	font-weight: bold;
}
