/* left hand navigation bar */

#sidebar {
  float:left;
  width:20%;
  overflow: auto; /* stops the menu hiding the text. By cutting it off */
}

#content, #footer {
  margin-left: 20%;
  margin-right: 20%;
}

p.centre {align:center}

#blog_title {
    align:center;
}

/* get rid of site nav when printing */
@media print {
#sidebar, #footer {display: none; }
}
