/* Basic elements */
body
  {
  font: 13px Arial,sans-serif regular;
  background-image: url("../images/background.gif");
  background-color: #ead7ac;
  color: #5b4827;
  text-align: center;
  margin: 0 0 0 0;

  height: auto !important;
  // For IE
  height: 100%;
  }
table
  {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
  }
#container
  {
  height: 100%;
  }
#container td
  {
  vertical-align: top;
  padding: 0 0 0 0;
  }
td
  {
  font: 13px Arial,sans-serif regular;
  padding: 3px 3px 3px 3px;
  }
#list td
  {
  padding-right: 20px;
  padding-bottom: 40px;
  vertical-align: middle;
  }
#form td
  {
  vertical-align: middle;
  }
#app td
  {
  border-bottom: 1px dotted #5b4827;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  }
#app td.noborder
  {
  border-bottom: 0px;
  }
#app td.subheader
  {
  font-weight: bold;
  font-size: 14px;
  border-top: 2px solid #5b4827;
  border-bottom: 2px solid #5b4827;
  }
input, textarea
  {
  background: transparent;
  width: 100%;
  }
input.text, textarea.text
  {
  background: #cfc19c;
  border-top: 1px solid #5b4827;
  border-bottom: 1px solid #5b4827;
  border-right: 1px solid #5b4827;
  border-left: 1px solid #5b4827;
  margin: 3px 3px 3px 3px;
  }
input.small
  {
  width: auto;
  }
a
  {
  color: #65573c;
  }
a:hover
  {
  text-decoration: none;
  }

/* Page structure */
#logo
  {
  padding-top: 20px;
  width: 228px;
  margin: 0 auto;
  }
#top
  {
  background-image: url("../images/swirls.gif");
  background-position: center center;
  background-repeat: no-repeat;
  width: 775px;
  height: 229px;
  margin: 0 auto;
  text-align: center;
  }
#title
  {
  width: 450px;
  margin: 0 auto;
  }
#content
  {
  width: 450px;
  text-align: justify;
  margin: 0 auto;
  padding-top: 20px;
  }
#footer-wrap
  {
  position: absolute;
  width: 100%;
  text-align: center;

  bottom: 0px !important;
  // For IE
  bottom: -1px;
  }
#footer
  {
  width: 450px;
  padding-bottom: 20px;
  font-size: 11px;
  margin: 0 auto;
  border-top: 1px solid #66583b;
  }
#footer-left
  {
  margin-top: 5px;
  float: left;
  }
#footer-right
  {
  margin-top: 5px;
  float: right;
  text-align: right;
  }
#footer td
  {
  vertical-align: bottom;
  }

/* Links in the top section */
#staff
  {
  float: left;
  clear: left;
  width: 170px;
  height: 50px;
  }
#franchisees
  {
  float: left;
  clear: left;
  width: 170px;
  height: 50px;
  }
#dentists
  {
  float: left;
  clear: left;
  width: 170px;
  height: 50px;
  }
#about
  {
  float: right;
  clear: right;
  width: 170px;
  height: 50px;
  }
#contact
  {
  float: right;
  clear: right;
  width: 170px;
  height: 50px;
  }
#links
  {
  float: right;
  clear: right;
  width: 170px;
  height: 50px;
  }
