/* CSS Document */

*{ margin: 0; padding: 0; }* 

img {border-style: none;}
h2 { font-size:1.5em;color:#2D3C45;}

h3 { font:1em;font-weight:bold;color:#2D3C45; line-height:1.5em;}
a {color:#A0792D; text-decoration:none;}
a:hover { text-decoration:underline;}
body {
	font: .80em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;

}

#content{
margin: 0 auto;
width:800px;
background-color:#FFFFFF;
}

#left {
float:left;
width:292px;}

#right {
	float:right;
	width:500px;
	margin-top:100px;
}
p {
	text-align:justify;
	line-height:2em;
	margin-top:15px;
	margin-left: 35px;
}
#park {
margin:25px 0 55px 25px;}

#park img {
	float:left;
	margin-left: 8px;
border-style: solid solid solid solid;
	border-color:#000000;
	border-size: 1px;
	border-width: 1px;


}
#links {
text-align:center;
margin-top:20px;
}
#footer {
border-style: solid none none none;
	border-color:#000000;
	border-size: 1px;
	border-width: 1px;
	margin-top:15px;
	width:100%;
	text-align:center;
	font-size:80%;
	color: #CCCCCC;
	}
	
	#hours {
	width:500px;
	margin-top:140px;
	}

