body {
  text-align: center;
  background: url(/images/brown.jpg);
  font: 100% Verdana, sans-serif;
  color: #5d4c38;
  padding: 0;
  margin-bottom: 0;
  }

a {
  color: #362e4a;
  text-decoration: none;
  }

a, img {
  border: 0;
  }

a:hover {
  color: black;
  text-decoration: underline;
  }

dt {
  margin: 0;
  padding: 0;
  }

dd {
  margin: 0 0 10px 0;
  padding: 0;
  }

input,textarea {
  margin-top: 5px;
  }

textarea {
  padding: 6px 0 6px 6px;
  }

#wrap {
  width: 750px;
  margin: auto;
  text-align:left;
  background: #d2c1ab;
  }

#header {
  background: url(/images/headers/newheader.jpg) no-repeat bottom;
  height: 108px;
  }

#header h1 {
  display: none;
  }

#content {
  float: left;
  width: 555px;
  margin: 0;
  background: #d2c1ab;
  padding: 0 20px;
  font-size: 90%;
  }

#content p {
  margin-top: 0;
  }

#sidebar {
  float: right;
  width: 150px;
  margin: 0;
  font-size: 80%;
  background: #d2c1ab;
  padding: 10;
  margin-bottom: 0;

  }

#footer {
  clear: both;
  padding: 10px;
  height: 100px;
  background: #d2c1ab url(/images/newfooter.jpg) no-repeat bottom center;
  text-align: center;
  font-size: 80%;
  }

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#sidebar ul li a {
  padding-left: 15px;
  padding-bottom: 10px;
  background: url(/images/bullets/leaf_light.gif) no-repeat;
  }

#sidebar ul li a:hover {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }


/* Nav Links -------------------*/
/*------------------------------*/

#home #home_link {
  background: url(/images/bullets/leaf_dark.gif) no-repeat;
  }

#news #news_link {
  background: url(/images/bullets/leaf_dark.gif) no-repeat;
  }

#about #about_link {
  background: url(/images/bullets/leaf_dark.gif) no-repeat;
  }

#products #products_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }

#testimonials #testimonial_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }

#inspiration #inspiration_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }

#contact #contact_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }

#thoughts #thoughts_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }

#order #order_link {
  background: url(/images/bullets/leaf_darkest.gif) no-repeat;
  }


/* Product/Inspiration Pages ---*/
/*------------------------------*/

#products #header, #inspiration #header {
  background: url(/images/headers/rotate.php) no-repeat bottom;
  height: 280px;
  }

#inspiration #content ul li {
  list-style-type: none;
  padding-left: 18px;
  padding-bottom: 10px;
  background: url(/images/bullets/leaf_light.gif) no-repeat;
  }
