body, #header, #nav, #options, #crumbs, #extrainfo, #content, #footer, #header *, #nav *, #options *, #crumbs *, #extrainfo *, #content *, #footer * { 
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.55;
  text-align: center; /* IE 5.x hack */
}

#bigwrapper { /* IE 5.x hack */
  width: 764px;
  margin: auto;
}

#bigwrapper #header, #bigwrapper #nav, #bigwrapper #main, #bigwrapper #footer, #popuppage {
  text-align: left; /* undo IE 5.x hack */
}

:link img, :visited img {
  border: 0;
}

/* Undo this specific padding-change; #content *:not(option) in the original rule would have been cleaner, but messes things up in IE. */
/* And of course we don't want IE for the Mac to see this... \*/
#content select > option {
  padding: 0 5px 0 3px;
}
/*  */