body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

a.selected {
  font-weight: bold;
}

/* -------- Header -------- */ 

#header {
  background-color: #000;
  height: 42px;
  text-transform: uppercase;
}

#header h1 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#header div {
  margin: 0 auto;
  width: 912px;
}

#header a {
  height: 42px;
  padding: 0 9px;
  display: table-cell;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

#header a:hover {
  background-color: #333;
}

#header ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}

#header li {
  float: left;
}

/* -------- Content -------- */

#content {
  font-family: Georgia, serif;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 64px;
  width: 894px;
  overflow: hidden;
  clear: both;
} 

#content h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
}

#content .left {
  text-align: right;
  width: 376px;
  float: left;
}

#content .right {
  width: 500px;
  float: right;
}

#content a {
  color: #000;
  text-decoration: none;
}

#content a:hover {
  background-color: #ccc;
}

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

#content p a {
  border-bottom: 1px dotted #000;
}

#content .entry {
  margin-top: 64px;
  overflow: hidden;
}

#content .link {
/*  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;*/
  text-align: right;
}


/* -------- Menu -------- */ 

#menu {
  background-color: #fff;
  overflow: hidden;
}

#menu a {
  padding: 9px;
  color: #000;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

#menu a:hover {
  background-color: #ccc;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 912px;
  margin: 0 auto;
}

#menu li {
  float: left;
}

/* -------- Footer -------- */ 

#footer {
    clear: both;
    padding: 8px 0;
    text-align: center;
    font-size: 10px;
    color: #333;
    position: fixed;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
}

#footer:hover {
    background-color: #FFF;
}

#footer a {
    color: #333;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}