body {
	background: #6a960b url(images/rf-grass.jpg) repeat top left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #3f6912; }
a:visited { color: #4a5d36; }
a:hover, a:active { color: #63b806; }

img { border: none; }

h1 { font-size: 2.0em; font-family: "Palatino Linotype", Palatino, serif; color: #3f6912; margin-top: 0; }
h2 { font-size: 1.8em; font-family: "Palatino Linotype", Palatino, serif; color: #3f6912; }
h3 { font-size: 1.6em; font-family: "Palatino Linotype", Palatino, serif; color: #3f6912; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }



#layout {
	width: 912px;
	padding: 0 55px;
	background: white url(images/rf-layout.jpg) repeat-y top center;
	margin: auto;
}

#header {
	position: relative;
	background: url(images/rf-header.jpg) no-repeat top left;
	color: white;
	height: 166px;
}

#header a, #header a:visited {
}

#logo {
	width: 300px;
	height: 90px;
	float: left;
	overflow: hidden;
	margin: 0;
}

#logo a {
	width: 300px;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#header address {
	float: left;
	padding: 20px 0 0 300px;
	width: 300px;
	text-align: right;
	color: white;
	font-style: normal;
}

#header a {
	color: white !important;
}

#nav {
	margin: 0; padding: 0; list-style: none;
	line-height: 25px;
	clear: both;
	font-family: "Palatino Linotype", Palatino, serif;
	text-transform: capitalize;
}

#nav li {
	padding: 0;
	margin: 0;
}

#nav li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	font-size: 1.4em;
	background: url(images/rf-blt.jpg) no-repeat top left;
	background-position: 0 5px;
}

#content {
	width: 676px;
	padding: 20px;
	float: right;
	overflow: hidden;
}

#leftcolumn {
	float:left;
	width: 52%;
}

#rightcolumn {
	float:right;
	width: 318px;
}

#imagegallery{
	list-style-type:none;
	padding:0;
	margin: 0;
	text-align: center;
}

#imagegallery #placeholder{
	margin: 0 auto 3px 0;
}

#imagegallery li{
float:left;
}

#imagegallery li img{
margin: 3px;
}

#sidebar {
	width: 170px;
	padding: 20px 10px 50px 16px;
	float: right;
	overflow: hidden;
	background: #f4faec url(images/rf-side.png) no-repeat bottom left;
}


#footer {
	clear: both;
	color: white;
	padding: 60px 20px 0 20px;
	height: 28px;
	background: #4b800d url(images/rf-footer.png) no-repeat top left;
}

#footer a {
	color: white !important;
}

#footer p, #footer h6 {
	margin: 0;
	float: left;
	text-align: right; 
	width: 400px;
}

#footernav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left; 
	width: 470px;
}

#footernav li {
	padding: 0 20px 0 0;
	margin: 0;
	display: inline;
}



