div#header {
  border: 2px solid blue;
  margin-bottom: 1.6em; }
  div#header img {
    display: block;
    border: none; }

div#footer {
  border-top: 1px solid #ccc; }

#wrapper {
  float: left;
  width: 100%; }

#content {
  margin: 0 1em 0 180px; }

#navigation {
  float: left;
  width: 180px;
  margin-left: -100%; }

#footer {
  clear: left;
  width: 100%; }
  
.storyheader {
  font-weight: bold;
  color: green;
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-top: 5px solid blue;
  border-bottom: 5px solid blue; }
  .storyheader hr {
    color: blue;
    height: 5px; }

.posted {
  text-align: right;
  font-size: .7em;
  color: #000; }

p.update {
  color: red; }
