body {
 background-image: none;
}

div {
  float: none;
  position: static;
}

div#header {
  background-image: none;
  border-bottom: 1px solid: #ccc;
}

div#container {
  background-image: none;
  border: 0;
}

div#header h1 {
  color: #000;
  display: inline;
  font-size: 1.1em;
  line-height: 50px;
}

div#content {
  border:0;
}

div#content-inner a:link,
div#content-inner a:visited,
div#content-inner a:active,
div#content-inner a:hover {
  color: #00f;
  padding: 0;
  text-decoration: underline;
}

.important {
  background-image: none;
  font-weight: bold;
  padding: 0;
  
}

/* restore margins, heights and widths */

div#container,
div#content,
div#header h1,
body,
div#header {
 margin: auto;
 padding: auto;
 width: auto;
}

/* hide unnecessary page components */

div#menu,
div#help-navigation-top, 
div#help-navigation-bottom {
  display: none;
}