body {
  margin: 0;
  padding: 0;
  background-color: #d7e3d7;
  text-align: center;
}

div#all { 
  position: relative;
  margin: 8px auto 0;
  padding: 0;
  text-align: left;
  width:760px;
  background-color: #ffffff;  
}

div#header img#logo {
  position:absolute;
  top: 0;
  left: 0;
  margin-top: 15px; 
  margin-left: 12px;
  border: 0;
}

body.Home div#header img {
  position: absolute;
  top: 65px;
  left: 7px;
  border-top: 1px dotted #958d70;
  border-bottom: 1px dotted #958d70;
  amargin: 0 7px;
}

div#header img {
  position: absolute;
  top: 65px;
  left: 160px;
  border-top: 1px dotted #958d70;
  border-bottom: 1px dotted #958d70;
  amargin: 0 7px 0 158px;
}

div#breadcrumbs {
  position: absolute;
  top: 65px;
  color: #355545;
  font-family: georgia,times;
  font-size: 8pt;
  text-decoration: none;
  border-top: 1px dotted #958d70;
}

#breadcrumbs ul {
  list-style: none;
  padding:0 0 0 8px;
  margin: 0;
}

#breadcrumbs li {
  background-color: #E9E9DA;
  margin:1px;
  padding:0 91px 0 8px;
  width:50px;
}

#breadcrumbs a {
  color: #355545;
  padding:3px 50px 3px 0; 
  display:block;
  text-decoration: none;
}

body.Home div#Content {
  margin:7px 18px 7px 46px;  
  padding: 200px 0 0;
}

div#Content {
  border-bottom: 1px dotted #958d70;
  margin:7px 147px 7px 170px; 
  padding: 200px 0 0;  
}

body.about-us a.about-us {}

div#nav { 
  background-image: url('../images/nav-background.gif');
  background-repeat: repeat-x;
  position: absolute;
  top: 10px;
  left: 310px;
  width: 440px;
}

div#nav ul {   
  list-style: none;
  margin: 18px 14px 2px;
  padding: 0;
}

div#nav li {
  display: inline;
  padding: 1px;
  text-transform: uppercase;
}

div#nav a {
  color: white;
  text-decoration: none;
  font-family:georgia, times;
  font-size: 7.5pt;
  padding: 2px 10px 3px;
}

div#nav a:hover {
  background-color:#6b997b;
}

body.about-us a.about-us {background-color:#6b997b;}
body.our-beans a.our-beans {background-color:#6b997b;}
body.cooking a.cooking {background-color:#6b997b;}
body.news-events a.news-events {background-color:#6b997b;}
body.links a.links {background-color:#6b997b;}

div#content_nav {
  position: absolute;
  top: 191px; 
  left: 0;
  color: #355545;
  font-family: georgia,times;
  font-size: 7.5pt;
  text-decoration: none;
  border-top: 1px dotted #958d70;
}

#content_nav ul {
  list-style: none;
  padding:0 0 0 8px;
  margin: 0;
}

#content_nav li {
  background-color: #E9E9DA;
  margin:1px;
  width:150px;
}

#content_nav li#leftnav{
  background-color:#B2B2A0;
  color:#fff;
  padding:3px 10px;
  width: 130px;
  _width: 150px;
}

#content_nav a {
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  color: #355545;
  padding:3px 20px 3px 25px; 
  display:block;
  text-decoration: none;
}

#content_nav a:hover, #content_nav a.current{
  background-color: #d7d7c4;
  background-image: url(../images/arrowOn.gif);
}

#rightcolumn {
  position: absolute;
  top: 195px;
  right: 0;
  width: 140px;
}

p {
  color:#404032;
  font-family:verdana, arial;
  font-size: 0.8em;
}

table p, table h2 {
  margin:0;
  }

a {
	color:#6B997B;
	font-family: verdana, arial;
}

a:hover {
	color:405D4A;
}

h1 {
	color:#404032;
	font-family:georgia,times;
	font-size:1.1em;
}

h2 {
  color: #AC8A47;
  font-family: georgia,times;
  font-size: 0.8em;
  font-weight: bold;
}

div#footer {
  position: absolute;
  width: 500px;
  amargin: 0 200px;
  padding: 5px 0;
}

div#footer p{
  color: #404032;
  font-family: verdana,arial;
  font-size: 0.7em;
}

div#footer a{
  color: #6B997B;
  font-family: verdana, arial;
  text-decoration: underline;
}

