html, body {
	font-family: verdana, arial, sans-serif;
	background-color: #7d886d;
	color:#ffffff;
	margin:0;
	font-size:12px;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
	background-position: center;
	height:100%;
	}

body > #container{
	margin: 0px auto;
	width: 800px;
	height: auto;
	min-height:100%;
	padding: 0px;
	position:relative;
	}
	
img {
	padding-right:10px;
	padding-bottom:10px;
	}
	
a{
	color: #7d886d;
	}

a:visited{
	color: #c5b28c;
	}
	
textarea {
    resize: none;
}

#bannerabout {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/landscape2.png);
	}
	
#bannerContact {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/contact.png);
	}
	
#bannerEvents {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/events.png);
	}
	
#bannerHome {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/landscape2.png);
	}
	
#bannerLocations {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/locations.png);
	}
	
#bannerProduce {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/locations.png);
	}
	
#bannerSeason {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/season.png);
	}

#bannerStrawberries {
	width:800px;
	height: 230px;
	margin:0 0 0 -40px;
	padding:0;
	background-image: url(images/strawberries.png);
	}

#text{
	background-color: #472a11;
	float:right;
	margin: 0px 40px 30px 0px;
	width: 450px;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	
	}

#sign{
	background-image: url(images/sign2.png);
	width: 320px;
	height: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -225px;
	left: -39px;
	}
	
#footer{
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: -70px;
	text-align: center;
	color: #472a11;	
	font-size:10px;
	}

#navbar {
	width:150px;
	height: 450px;
	margin: 0px 0 0 40px;
	padding:0;
	float: left;
	text-align:center;
	font-size: 11pt;
	background-image: url(images/nav_bg.png);
	color: #ffffff;
	}

#navbar ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}

#navbar li {
	display: block;
	padding:0;
	margin: 0 auto;	
	}

#navbar li a {
	display: block;
	width: 150px;
	height: 28px;
	padding:22px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	}

#navbar a.selected {
	background-image: url(images/nav_bg_select.png);
	}

#navbar li a:hover {
	color: #7d886d;
	}




/*

c5b28c

7d886d	





#nabar ul li ul {

	position: absolute;

	width: 190px;

	left: 2000px;

}



#navbar li:hover ul {

	left: auto;

}





sfHover = function() {

	var sfEls = document.getElementById("nav").getElementsByTagName("LI");

	for (var i=0; i<sfEls.length; i++) {

		sfEls[i].onmouseover=function() {

			this.className+=" sfhover";

		}

		sfEls[i].onmouseout=function() {

			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");

		}

	}

}

if (window.attachEvent) window.attachEvent("onload", sfHover);



#navbar li:hover ul, #navbar li.sfhover ul {

	left: auto;

}



#navbar li ul ul {

	margin: -1em 0 0 10em;

}





#navbar, #navbar ul {

	padding: 0;

	margin: 0;

	list-style: none; 

	line-height: 1;

}



#navbar li:hover ul ul, #navbar li.sfhover ul ul {

	left: -2000px;

}



#navbar li:hover ul, #navbar li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul {

	left: auto;

}





#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {

	left: -2000px;

}



#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {

	left: auto;

}







*/



	
