body {
	margin: 0;
	background: #c46900 url(bg.gif) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

#heron {
	width: 100%;
	height: auto;
	background: url(heron_bg.gif) top left no-repeat;
	margin: 0;
}

#wrapper {
		width: 800px;
		margin: 0 auto 12px 200px;
}

#header {
	width: 800px;
	height: 150px;
	background: url(header.gif) bottom left;
	margin: 0;
}

#content_wrapper {
	width: 800px;
	height: auto;
	background-color: #fff;
}

#content {
	padding: 25px 25px 0 25px;;
}

#sidebar {
	width: 302px;
	float: right;
	margin: 0 0 0 20px;
}

#bottom_bar {
	width: 800px;
	height: 30px;
	background: url(green_bar.gif) no-repeat;
}

#footer {
	width: 800px;
	height: 75px;
	background: url(footer_bg.gif) no-repeat;
}

#subfoot {
	width: 800px;
}

.clearfloat {	
	height: 1px;
	clear: both;
}


/*******************************************************
Navigation
********************************************************/

#navigation {
	width: 800px; 
	height: 30px;
	margin: 0 auto 0 auto; 
	padding: 0;
	position: relative;
	background: url(navigation_bar.gif)
}

#navigation li {
	margin: 0; 
	padding: 0; 
	list-style: none;
   position: absolute; 
	top: 0;
}

#navigation li, 
#navigation a {
   height: 30px; 
	display: block;
	text-indent: -5000px;
	overflow:hidden;
}

#home {
	left: 0; 
	width: 200px;
}

#home a:hover,
#home a.current {
	background: transparent url(navigation_bar.gif) 0 -30px no-repeat;
}

#contact {
	left: 200px; 
	width: 200px;
}

#contact a:hover,
#contact a.current {
	background: transparent url(navigation_bar.gif) -200px -30px no-repeat;
}

#gallery {
	left: 400px; 
	width: 200px;
}

#gallery a:hover,
#gallery a.current {
	background: transparent url(navigation_bar.gif) -400px -30px no-repeat;
}

#rates {
	left: 600px;
	width: 200px;
}

#rates a:hover,
#rates a.current {
	background: transparent url(navigation_bar.gif) -600px -30px no-repeat;
}




/*****************************************
HTML STYLES
******************************************/

h1, h2, h3, h4, h5, h6 {
	color: #318000;
}

p, ul, ol, table {
	font-size: .9em;
	line-height: 1.6em;
	color: #555;
}

#footer p,
#subfoot p {
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	padding-top: 6px;
	text-align: center;
}

#subfoot p a:link,
#subfoot p a:visited {
	color: #fff;
	text-decoration: none;
}

#subfoot p a:hover {
	text-decoration: underline;
}

#sidebar img {
	border: 1px solid #666;
	margin: 0 0 20px 0;
}

.first {
	margin: 0;
}

.moretofollow {
	margin: .5em auto 0 auto;
}