#left {
  float: left;
  height: auto;
  width: 186px;
  background-image: url(/images/left-col-wide-repeat.png);
  background-repeat: repeat-y;
  background-position: top center;
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 20px 0px;
}

#left a { color: #5b4822; }
#left a:hover { color: #dbb15e; }
#left li { list-style: none; }
#left .left {  }
#left .left ul {
  margin: -14px 0px 0px 48px;
  padding-bottom: 15px;
  text-align: left;
}

#left .right {
  margin-left: 46px;

}
#left .right ul {
  margin: -14px 46px 0px 0px;
  padding-bottom: 15px;
  text-align: right;
}

#left .center {
  margin-left: 46px;
}

#left .bottom {
  padding-top: 20px;
  background-image: url(/images/left-col-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 12px;
}

#left ul {
  font-size: .9em;
  width: 90px;
}

#left h2 {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #5b4822;
  padding-bottom: 20px;
}
