html {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: block;
  width: 974px;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}

body.ieonly6  {
  height: 100%;
}

input[type=text], input[type=password], textarea {
  width: auto;
  *width: auto;
}

div#header {
  display: block;
  height: 239px;
  width: 974px;
  padding-bottom: 20px;
  padding-top: 0px;
}

div#header div.header-body {
  display: block;
  width: 100%;
  height: 100%;
}

div#main {
  display: table;
  width: 974px;
  padding-bottom: 15px;
}

div#main div.main-body {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 114px;
}

.ieonly div#main {
  display: inline-block;
}

div.nav {
  float: left;
  width: 215px;
}

div.nav div.nav-body {
  display: block;
  width: 100%;
  height: 100%;
}

div#content {
  float: right;
  width: 759px;
}

div#footer {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 114px;
  width: 974px;
}

div#footer div.footer-body {
  display: block;
  width: 100%;
  height: 100%;
}