body { 
   /* This is one of those rare cases where IE gets it 
      right. Other browsers suffer from rounding problems, so
      only IE gets both percentage margins. */
  _margin: 0 10%;
}

h2 { /* Fix IE margins. */
  _margin-top: -6px;
  _padding-top: 7px;
}

#entries, #comments, h1, form {
   /* IE will not resize content properly -- the way I want it to, 
      natch -- unless overflow is specified.  I really want 
      'overflow: visible;', but IE doesn't recognize it.  */
  _overflow: hidden;
   /* IE will only acknowledge the overflow rule if a width
      is specified. */
  _width: 100%;
  _margin-top: 0;
  _margin-right: -1px;
}
   
h2, #entries, #comments {
  _position: relative;
  _z-index: 10;

}

h2 { _margin-right: -1px; }

#menu {
  _width: 205px;
  _z-index: 0;
}

#menu #about { _padding: 10px 30px; }
#archives { _padding: 20px 30px; }

/* Tantek's Band Pass Filter. Only IE5.5 will see the imported styles.
   http://www.tantek.com/CSS/Examples/ie55winbandpass.html */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */

