body {
  background-color: #eeeeee;
  color: #333333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin: 25px 25px 50px; }

a {
  color: inherit;
  text-decoration: none;
  background-color: #fdfdfd;
  padding: 3px 5px; }
  a:hover {
    color: #666666; }

h1, h2, h3 {
  font-weight: 300; }

h1 {
  font-size: 32px;
  margin: 0 0 18px 0; }

h2, h3, p, pre, ul, ol, table {
  margin: 0 0 18px 0; }

ol, ul {
  padding-left: 36px; }

li {
  margin: 0;
  padding: 0; }

code {
  font-size: 12px;
  font-family: Menlo, monospace; }

pre {
  background-color: #fdfdfd;
  padding: 4px 0 4px 6px;
  line-height: 1.2; }

strong {
  font-weight: bold; }

table th {
  text-align: left; }
table td {
  padding: 5px 10px 0 0;
  vertical-align: top; }

#wrapper {
  position: relative;
  width: 600px;
  margin: 0 auto; }

#header {
  margin-bottom: 36px; }
  #header ul {
    position: absolute;
    top: 14px;
    right: 0;
    list-style-type: none; }
    #header ul li {
      float: right;
      margin-left: 10px; }

#content {
  min-height: 400px; }

#footer {
  margin-top: 36px;
  text-align: right;
  font-size: 12px;
  color: #999999; }
  #footer ul {
    padding-left: 0;
    list-style-type: none; }
    #footer ul li {
      float: left;
      margin-right: 10px; }

