html,
body {
  margin: 0px;
  padding: 0px;
  background-color: #c4bb93;
  color: black;
  height: 100%;
  font-family: verdana, sans-serif;
}

#container {
  min-height: 100%;
  margin: auto;
  position: relative;
}

* html #container {
  height: 100%;
}

#header {
  margin: 0;
  height: 180px;
  text-align: center;
  padding-top: 10px;
  font-size: x-small;
}

#header img {
  border: none;
}

#nav {
  float: left;
  width: 130px;
  margin-left: 5px;
  margin-top: 30px;
  border: solid 3px #52546f;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#nav li {
  margin: 10px 15px;
}

#nav img {
  border: none;
  /*padding: 10px 15px;*/
  display: block;
}

#subnav {
  font-size: x-small;
  margin-left: 25px;
  color: #52546f;
}

* html #nav img {
  border-top: 10px solid #c4bb93;
  border-bottom: 10px solid #c4bb93;
  border-left: 15px solid #c4bb93;
  border-right: 15px solid #c4bb93;
}

#content {
  position: relative;
  margin-left: 155px;
  margin-right: 9px;
  margin-top: 30px;
  border: solid 3px #52546f;
  padding: 5px;
  min-height: 290px;
}

#content img {
  border: solid 2px #515f6d;
}

* html #content {
  height: 316px;
}

#clearfooter {
  clear: both;
  height: 80px;
  overflow: hidden;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: x-small;
  background-color: #515f6d;
  color: #c4bb93;
}

ol.tips li,
ul.tips li {
  font-size: smaller;
  margin-top: 5px;
}

div.copy {
  display: none;
}

#coupon_holder {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 10px 0px 10px 0px;
}

#coupon {
  margin: 5px;
  text-align: center;
}

table.products td {
  width: 300px;
  vertical-align: top;
}

#toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#toc li {
  margin: 0;
  padding: 0;
}

.done {
  text-decoration: line-through;
}

img.coupon {
  border: none;
}

/******There are notes for re doing nav w/o images*********/
#nav li.link {
  width: 96px;
  height: 36px;
  margin: 10px 15px;
  padding: 3px 4px;
  background-color: #515f6d;
}

.navlink {
  text-align: center;
  display: block;
  background-color: #515f6d;
  color: #c4bb93;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 15px;
  font-stretch: ultra-expanded;
  width: 98%;
  height: 98%;
  border: solid 1px #898c80;
}
