/* Structure */

body { 
	background: url("/images/bg_body.jpg") top center repeat-y #b1b8ba; 
	margin: 0; 
	padding: 0; 
	font: 0.8em/1.3em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #383e40;
}
#page { 
	background: url("/images/bg_body.jpg") top center repeat-y; 
}
#header { 
	background: url("/images/header.jpg") top center no-repeat #b1b8ba;
	height: 148px;
}
#content { 
	background: url("/images/bg_page.jpg") top right no-repeat;
	height: 500px;
	width: 804px;
	margin: auto;
}
html>body #content { /* IE Hack - fixes 1px box model issue */
	width: 802px;
}
#main {
	float: right;
	width: 500px;
	padding: 0 40px 20px 20px;
}
#nav { 
	background: #758188; 
	width: 191px;
	margin-left: 12px; 
	padding-bottom: 10px; }
html>body #nav { /* IE Hack - fixes 1px box model issue */
	width: 190px;
	margin-left: 11px; 
}
#rocks { 
	z-index: 10; 
	margin-top: -30px; 
	padding-left: 133px;
}
#hours {
	line-height: 1.6em;
	font-size: 110%;
	padding: 55px 0 0 30px;
	width: 185px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
	bottom: 0px;
}

/* Navigation */

#nav a {
	display: block;
	padding: 3px 16px;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:link, a:visited {
	background: #758188;
}
#nav a:hover, #nav a:active {
	background: #555e67;
}

/* Text */

h3 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #2d4d67;
	background: none;
}
a:hover, a:active {
	background: #ffc;
}
li {
	padding-bottom: 10px;
}