html {
  background-color: #818181;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 0.8em;
  font-family: 'Arial', sans-serif;
}

body {
  height: 100%;
}

#hd {
  height: 170px;
  width: 100%;
  min-width: 650px;
}

#logo {
  height: 140px;
  width: 221px;
  margin: 0px;
  padding: 0px;
  background-image: url('images/accurate-3.png');
  float: left;
}

#banner {
  height: 140px;
  width: 65%;
  margin: 0px;
  padding: 0px;
  background-image: url('images/accurate-repeat.png');
  float: left;
}

#nav {
  clear: both;
  height: 30px;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-image: url('images/accurate-nav.png');
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  min-width: 750px;
}

#nav ul {
  display: inline;
  list-style: none;
}

#nav li {
  display: inline;
  padding: 1.5em;
}

#nav li a {
  font-size: 1em;
  text-decoration: underline;
  color: #000;
}

#nav li a:hover {
  font-size: 1.3em;
  text-decoration: none;
  color: #000;
}

#bd {
  padding-top: 3em;
  position: relative;
  min-height: 0%;
  text-align: center;
}

#cntr {
  background-color: #ccc;
  position: relative;
  margin-left: 15%;
  margin-right: 15%;
  text-align: left;
  width: 70%;
  height: 70%;
  min-width: 1024px;
  border: solid 1px #000;
  padding-left: 2em;
  padding-bottom: 0.5em;
  padding-right: 0.2em;
  float: left;
}

#cntr .image {
  margin: 0.5em;
  border: 1px solid #000;
}

#cntr .txt {
  margin: 2em;
  line-height: 1.5em;
  width: 30em;
  float: left;
  min-width: 250px;
}

#cntr .txt2 {
  text-align: left;
  margin: 1em;
  line-height: 1.2em;
  width: 30em;
  float: left;
}

#rt {
  float: left;
  width: 20%;
  min-width: 20%;
  min-height: 0em;
  background-color: #818181;
}

#ft {
  clear: both;
  line-height: 1.5em;
  text-align: center;
}

.header {
  width: 25em;
  font-weight:bold;
  font-size:150%;
  clear:both;
  padding-top:1em;
  line-height:1.5em;
}

.other {
  clear: both;
}

.ase-image {

}

.special {
  position: relative;
  min-width: 250px;
  min-height: 100px;
  border: 1px dashed #000;
  text-align: center;
  margin: 2em;
}