body {
  font: normal 87.5% "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background-color: #DFDED8;
  text-align: center;
}

h1 {
  background-color: #000;
  padding: 0 auto;
  height: 120px;
  white-space: nowrap;
}

sub {
  position: relative;
  top: 0.3em;
  font-size: 0.7em;
  line-height: 1;
}

sup {
  position: relative;
  bottom: 0.6em;
  font-size: 0.7em;
  line-height: 1;
}

strong {
  font-family: Arial, sans-serif;
  line-height: 1;
}

#container {
  margin: 0 auto;
  width: 62.8571em;
  text-align: left;
}

#container.grid {
  background-image: url('/images/grid.png');
}


#menu {
  width: 13.5714em;
  float: left;
  margin-top: -1.5em;
  margin: -1.5em 1.4286em 0 1.4286em;
}

#menu li {
  display: table;
  width: 100%;
  background-color: #737761;
  color: #fff;
  margin: 1.5em 0 0 0;
  text-align: right;
  height: 3em;
}

#menu li a {
  color: #fff;
  vertical-align: middle;
  height: 100%;
  padding: 0 1em;
  display: table-cell;
}

#menu li a:hover {
  background-color: #94987E;
}

#content {
  width: 43.5714em;
  margin-left: 16.4286em;
}

#content p {
  margin: 1.5em 0;
  line-height: 1.5;
}

#content h1 {
  font-weight: bold;
  background-color: #DFDED8;
  height: auto;
  font-size: 1.8571em;   /* 26px */
  line-height: 1.6154;   /* 42px */
  margin-top: 0.8077em; /* 21px */
  white-space: normal;
}

#content h2 {
  font-weight: bold;
  font-size: 1.5em; /* 21px */
  line-height: 1;   /* 21px */
  margin-top: 1em; /* 21px */
}

#content h3 {
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 1.3751em;   /* 19px */
  line-height: 21px;    /* 21px */
  margin-top: 1.1053em; /* 21px */
}

#content h4 {
  font-weight: bold;
  font-size: 1.2143em;   /* 17px */
  line-height: 21px;   /* 21px */
  margin-top: 1.2353em; /* 21px */
}

#content h5 {
  font-weight: bold;
  font-size: 1.1428em;   /* 16px */
  line-height: 1.3125;   /* 21px */
  margin-top: 1.3125em; /* 21px */
}

#content h6 {
  font-weight: bold;
  font-size: 1em;     /* 14px */
  line-height: 1.5;   /* 21px */
  margin-top: 1.5em; /* 21px */
}

#content ul {
  margin: 1.5em 0 1.5em 1.5em;
  list-style-type: disc;
}

#content ul ul {
  margin: 0 0 0 1.5em;
  list-style-type: circle;
}

#content ol {
  margin: 1.5em 0 1.5em 1.5em;
  list-style-type: decimal;
}

#content ol ol {
  margin: 0 0 0 1.5em;
  list-style-type: lower-roman;
}

#footer {
  width: 43.5714em;
  margin-left: 16.4286em;
  margin-top: 3em;
}

#footer, #footer a {
  color: #51514D;
}

#footer p {
  float: left;
  color: #51514D;
  margin: 1.5em 0;
}

#footer p.email, #footer p.phones {
  float: right;
  clear: right;
  text-align: right;
  display: block;
  margin-bottom: 0;
}
