html {
  margin: 0px;
  padding: 0px;
  height: 10%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 101%;
  width: 100%;
}

.descriptive {
         visibility: hidden;
         position: absolute;   
         top: 0px;
         left: 0px; 
        }



#horizontal_menu_container {
  position: absolute;
  topx: 251px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 1024px;
  height: 2.3em;
  background: #ced7bf;
  backgroundx: #f00;
}

#logo_top {
  height: 250px;
  width: 200px;
  background: #305239;
  float: right;
  margin: 0 0 0 0;
  padding: 0px;
}

#content_container {
  position: relative;
  top: 2.3em;
  height: 100%;
}

#contact_container {
  position: relative;
  width: 25%;
  height: 100%;
  font-family: arial;
  font-size: 10pt;
  float: left;
  margin: 15px 0px 0px 10px;
  padding: 0px;
}

#filler_container {
  position: relative;
  width: 45%;
  float: left;
  margin: 10px 0px 0px 5px;
  padding: 0 .5em 0 .5em;
  border-left: 1px solid #a3b98c;
  border-right: 1px solid #a3b98c;
}

#search_container {
  position: relative;
  width: 19.7%;
  float: left;
  margin: 30px 0px 0px 10px;
  padding: 0px;
}

#page_1_contact_info {
}
  

#footer_container {
  position: absolute;
  bottom: -900%;
  left: 0px;
  height: 30px;
  width: 100%;
  margin: 0px auto;
  border: 0px;
  background: silver;
}
* html #footer_container {
 bottom: -20px;
}
