/* This is just an attempt to make IE5.5 not look absolutely crazy.
   I'm not planning to spend a lot of time here. */

html, body, #entries, #entries dt, 
#entries dd, #menu, #menu #about {
   margin: 0;
   padding: 0;
   background-color: #fff;
   background-image: none;
   border: none;
   overflow: auto;
}

#menu { z-index: 100; top: 110px; right: 10%; }
#entries { padding: 20px 200px 20px 20px; }
h2 { margin: 0; border-right: 0; }
