html {
  font-family: sans-serif }
h1 {
   }
p {
  line-height: 1.5 }
.header {
  background-color: black;
  color: white }
.footer {
  background-color: inherit;
  color: #888888;
  font-size: 75% }

#main {
  padding-left:0px;
  float:left;
  width:600px;
}

#sidebar {
  float:left;
  width:190px;
}

#footer {
  clear:both;
}

#navigation .here a {
  background-color:yellow;
}
