body {
  font-family: 'lucida console', monospace, sans-serif;
  font-size: 12px;
  line-height: 140%;
  margin:0;
  padding:0;
}
#outerheader {
  width:100%;
  position:fixed;
  top:0px;
}

#header {
  background-color:#fff;
  margin:15px;
  padding:10px 0 10px 0; 
  border-style:solid;
  border-width: 1px 0 1px 0;
  border-color:#f60;
}

#logo {
  margin-bottom:5px;  
}

#nav-top { 
  text-align: left;
  float:left;
}

#linkpanel {
  position:absolute;
  right:15px;
}

#lasteditor {
  position:absolute;
  right:0px;
}

a {
  color:#f60;
  text-decoration:none;
}

#main {
  margin-top:120px;
  padding:15px;
}

#footer {
  text-align:center;
  margin:15px;
  padding:10px 0 10px 0;
  border:solid #f60;
  border-width: 1px 0 1px 0;
  background-color:#fff;
}

hr {
  border:0;
  background-color: #ccc; 
  height: 1px;
  margin:30px 0 30px 0;
}

pre {
  background-color:#eee;
  border: 1px solid #aaa;
  padding:15px;
  line-height: 130%;
}

div.section {
  margin-top:30px;
}

.strike {
  text-decoration: line-through;
}

