body
{
	margin: 0px;
  	background-color: #442e02;
  	font-family: Times, "Times New Roman" , serif;
 
}
h1
{
	margin:	0px;	
}
#wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-512px;
	width: 1024px;
	min-height: 768px;
}

#header 
{	
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg); 
	background-repeat:no-repeat;
	height:348px;
	width:100%;
}

#home
{
	width:200px; 
	height:125px; 
	position: absolute; 
	margin-left:50%; 
	left:-100px; top:50px;
}
a
{
	color:#524262;
	text-decoration:underline;
}

a:hover
{
	color:#ffffff;
	text-decoration:none;
}

p{
	text-align:justify;
}

#contentWrapper 
{
	position:absolute;
	top:271px;
	left:0px;
	background-image:url(../images/content.jpg);
	width:100%;
}

#content 
{
	position:absolute;
	top:0px;
	left:0px;
  	text-align:left;
	padding-left:20px;
  	padding-right:20px;
}

#footer 
{
	position:absolute;
	bottom:0px;
	left:0px;
  	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
  	height:60px;
	width:100%;
	padding-top:65px;
	text-align:center;
	color:#ffffff;
	font-size:20px;
}
.separator
{
	margin:0px 5px 0 0;
	vertical-align:middle;
	color:#9e8042;
	font-size:19px;
}

/* START OF TABS */
#nav
{
	position: absolute;
	top:90px;
	left:0px;
	height:35px;
	
}
#nav ul
{
	padding:0px 0px 0 20px;
	list-style:none;
}
#nav li
{
	display:inline;
}
#nav a
{
	color: white;
}
.tabs_seperator
{
	padding-left: 175px;
}
.tabs_seperator span
{
	display: none;
}
#growlocal a
{
	white-space:nowrap;
	margin-left: -10px;
	padding-left: 140px;
	background: url(../images/tabs/growlocal.png) no-repeat;
}
#growlocal a:hover 
{
      background-position:0% -50px;
}
#nav li.current a
{
	background-position:0% -50px;
}

#aboutus a
{
	padding-left: 110px;
	background: url(../images/tabs/aboutus.png) no-repeat;
}
#aboutus a:hover 
{
      background-position:0% -50px;
}


#seasonal a
{
	padding-left: 164px;
	background: url(../images/tabs/seasonal.png) no-repeat;
}
#seasonal a:hover 
{
      background-position:0% -50px;
}


#recipes a
{
	padding-left: 90px;
	background: url(../images/tabs/recipes.png) no-repeat;
}
#recipes a:hover 
{
      background-position:0% -50px;
}


#directions a
{
	padding-left: 122px;
	background: url(../images/tabs/directions.png) no-repeat;
}
#directions a:hover 
{
      background-position:0% -50px;
}


#giving a
{
	padding-left: 142px;
	background: url(../images/tabs/giving.png) no-repeat;
}
#giving a:hover 
{
      background-position:0% -50px;
}
.none
{
	margin: 0;
	padding: 0;
}
