body {
  font-family: "Arial Narrow",Arial, sans-serif,Verdana;
  font-size: 12pt;
/*  background-attachment: fixed; */
  background-color: #ffffff;
  width: 800px;
  margin: 20px auto;
}

ul#mainNav {
  list-style: none;
  padding:0;
  margin:0;
}

#mainNav a {
  display:block;
  color: #000;
  font-size: 1em;
  font-family: "Comic Sans MS";
  text-decoration:none;
  padding: 7px 5px 7px 40px;
  background-image: url(../images/wildforestlogo30.gif);
  background-repeat: no-repeat;
  background-position: left center;
  }

#mainNav a:hover {
  font-weight:bold;
  }
  
div#container {
  width: 700px;
  background-image: url("../images/wildforestlogo120.gif");
  background-repeat: no-repeat;
  background-position: top left;
}

/* -------------------------- */
/*           Header                   */
/* -------------------------- */

#header {
  text-align: center;
  padding-bottom: 3em;
  min-height: 80px;
}

/* -------------------------- */
/*           Navigation              */
/* -------------------------- */

#navigation {
  float: left;
  width: 140px;
}

#navigation ul {
  margin: 0 0 0 0;
}

#navigation img {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/* -------------------------- */
/*           Content                  */
/* -------------------------- */

p.source {
  text-align: left;
  font-size: 9pt;
}

p.relatedlink {
  text-align: left;
  font-size: 9pt;
}

p.formatted {
	white-space: pre;
}

#content {
	margin-left: 160px;
	width: 510px;
} 

#content p {
  margin: 0 0 1em 0;
}

#content ul {
  margin: 0 0 0 0;
}

.leftpic {
  float:left;
  padding: 2px;
  border: 1px solid #C0C0C0;
  margin: 7px 7px 7px 0;
}

.pic {
  padding: 2px;
  border: 1px solid #C0C0C0;
}

/* ---------------------------- */
/* applied to TD produce cells */
/* ---------------------------- */

#content .producetitle {
	text-align: left;
}

#content .producepic {
  vertical-align: top;
  text-align: left;
  width: 140px;
}

#content .producetext {
  vertical-align: top;
  width: 360px;
}

/* ------------------------------- */
/* applied to TD produce content */
/* ------------------------------- */

#content .producepicture {
  border-top: thin black solid;
  border-right: thin solid;
  border-bottom: thin solid;
  border-left: thin solid;
}

/* -------------------------- */
/*           Bottom                   */
/* -------------------------- */

#bottomofpage {
  clear: both;
  text-align: center;
  font-size: 9pt;
  padding: 2em;
}
p.produceseason {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
}
p.producecategory {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: underline;
}
p.producecategory2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #999999;
}
p.eventheading {
	font-size: 12pt;
	text-decoration: underline;
	text-align: left;
	width: 400px;
}
img.eventpicture {
	border: thin solid #000000;
	margin-bottom: 1em;
}
.smalltext {
	font-size: 9pt;
}
p.eventtext {
	width: 460px;
}
#content .produceavailability {
	font-size: 9pt;
}

