html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}
body {
  line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img, a { border: none; outline: 0; }

/* Application specific */
body {
  background: #add8a4;
  font-size: 12px;
  text-transform: uppercase;
  color: #7d7e81;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 1.5px;
  padding-top: 12%;
  min-height: 100%;
}

a {
  text-decoration: none;
  color: #7d7e81;
  display: block;
  margin-bottom: 20px;
}

div#container {
  width: 655px;
  margin: 0 auto;
  min-height: 375px;
  padding-left: 165px;
}

h1 a {
  background: url('../images/logo.png') no-repeat;
  text-indent: -9999em;
  width: 163px;
  height: 18px;
  margin-bottom: 23px;
}

div#navigation, div#content {
  float: left;
}

div#navigation {
  width: 130px;
}

div#content {
  width: 340px;
  padding: 0 115px 20px 40px;
  min-height: 180px;
}

a#badge {
  width: 50px;
  height: 50px;
  background: url('../images/badge.png') no-repeat;
  display: block;
  text-indent: -999em;
  float: right;
  margin: 15px;
}

div#navigation ul {
  list-style: none;
}

table {
  width: 100%;
  margin-bottom: 25px;
}

table tr > td {
  text-align: right;
}

table tr > td:first-child {
  text-align: left;
}
