body {
  font: 10px verdana, helvetica, sans-serif;
  color:#86815a;
  background: #ffffff;
  margin: 0px;
  line-height: 150%;
  }

p, li, ul, dd, td {
  font: 10px verdana, helvetica, sans-serif;
  color:#86815a;
  line-height: 140%;
  font-weight: bold;
  margin-top: 0px;
  }
 
a {
  font: 10px verdana, helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  }
  
a:hover {
  color:#86815a; 
  text-decoration:none;
  }

h1 {
  font-size: 10px;
  font-weight: normal;
  color: #332616;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  }


html,body, table#container {
  height:96%;
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0px;
  border: none;
  }


  
#pagebodybg {
  width: 100%;
  height: 484px;
  background: url(images/bg.gif) top left repeat-x;
  padding: 0px;
  margin: 0px;
  }
  
#pagebody {
  width: 800px;
  height: 484px;
  align: center;
  }
  
#bodytext {
  overflow: auto;
  width: 100%;
  height: 452px;
  line-height: 145%;
  }

input {
  border: 0;
  width: 300px;
  }
  
.send {
  width: 79px;
  font-weight: bold;
  color: #666366;
  background: #e9e6e5;
  font-size: 11px;
  }
  
textarea {
  border: 0;
  overflow: auto;
  width: 300px;
  }