#brand h1, #nav, #sidebar, #footer #contact, #footer #map, #footer #annex ul {
  display: none !important;
}
body, #main, #content, .column, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

img {border: 0;}

html body #main {background: none;}
html body #header #brand blockquote {font-weight: bold; font-family: sans-serif;}
html body {position: static; width: auto; height: auto;
  margin: 1em 0 0; padding: 0; border-top: none;
  font-size: 0.9em; text-align: right;
  background: none;}
html body #ish a:link, html body #ish a:visited, html body #ish a em {
  position: static; display: inline;
  font-size: 1em; font-weight: normal; width: auto; height: auto;
  margin: 0; padding: 0;
  background: none; color: #555;}

html body #content {padding: 0 0 0.5em; margin: -1.5em 0 2em; text-align: left;
  background: none; position: relative;}

html body #footer {background: none;}
html body #footer p {border-left: none; margin-left: 0; text-align: center;}

#articletext a[href]:after,
#authorbio a[href]:after,
#footer a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#articletext a[href^="/"]:after,
#authorbio a[href^="/"]:after,
#footer a[href^="/"]:after {
   content: " (http://www.nate.com" attr(href) ") ";}
 