* {
  padding: 0;
  margin: 0;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h1, h2, h3, h4, p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
div#navigation {
  position: absolute;
  left: -10000px;  
  visibility: hidden;
}
div#flash {
  position: absolute;
  left: -10000px;  
  visibility: hidden;
}
div#content {
  position: relative;
  top: 0;
}
div#content p, div#content ul, .sidebar p, .sidebar li, .tab h3, div#footer p {
  font: 10px Garamond, Georgia, "Times New Roman", serif;
  line-height: 14px;
}
div#folder, .sidebar, div#footer {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #777;
  clear: both;
}
div#footer h2 {
  font-size: 12px;
  margin-bottom: 0;
}
