html body{
  color: #fff;
  margin: 0;
  padding: 0;
  font: normal 11px 'Lucida Grande',Geneva,Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  background-position: 0px 0px;
  height: 100%;
  background-color: #6a6a49;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
h5 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
td {
  margin: 0;
  padding: 0 0 0 10px;
}
td.odd {
  background-color: #ECECBA;
}
td.even {
  background-color: #ECEC9A;
}
caption {
  font-size: 12px;
  font-weight: bold;
}
  #wrapper {
    position: relative;
    min-height: 780px;
    margin: 0px auto;
    float: none;
    display: block;
    overflow: hidden;
    width: 700px;
    background-color: #812619;
    border: 1px solid #78460c;
    border-style: solid solid none solid;
    border-top: 3px solid #78460C;
    z-index: 1;
  }

/* wordmark */
#wordmark {
  position: relative;
  height: 50px;
  padding: 25px 275px 15px 25px;
  background-color: #9e9b7d;
}
  #wordmark a {
    display: block;
    height: 50px;
    background: #9e9b7d url('../images/wordmark-trans.png') no-repeat scroll center;
  }

/* nav */
#header {
  position: relative;
  height: 20px;
  z-index: 9999;
}
  #nav {
    position: relative;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-top: 1px solid #78460c;
    border-bottom: 1px solid #5e584a;
  }
    #nav li {
      float: left;
      height: 20px;
      list-style-type: none;
    }
      #nav li a {
        display: block;
        float: left;
        height: 20px;
        width: 140px;
        line-height: 20px;
        background-color: #917366;
        text-decoration: none;
      }
      #nav li a:hover,
      #nav li a.current {
        background-color: #aa3c24;
        text-decoration: none;
      }

/* main */
#main {
  position: relative;
  border: 1px solid #ECECBA;
  border-style: solid none none;
  background-color: #ECECBA;
}
  #copy-bar {
  	position: relative;
    height: 100px;
    line-height: 25px;
    padding: 0 0 0 30px;
    background-color: #9e9b7d;
    z-index: 99;
  }
    #copy-bar #copy_left {
  	  margin: 0;
  	  text-align: center;
  	  padding: 25px 260px 0 0;
  	  font-size: 13px;
    }
    #copy-bar #copy_left a {
  	  color: #812619;
  	  font-weight: bold;
    }
    #copy-bar #copy_right {
  	  display: block;
      height: 75px;
      width: 200px;
      float: right;
      padding: 25px 20px 0;
      background-color: #5e584a;
    }
    #copy-bar #copy_right a {
    }

/* footer */
#footer {
  position: relative;
  bottom: 0;
  height: 28px;
  margin: 0 0 150px;
  padding: 5px 0 0 0;
  color: #9e9b7d;
  background-color: #aa3c24;
  font-size: 9px;
}
