body,
#container,
#main,
#content,
#header,
h1,
.tagline {
  height: auto;
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  background: none;
}
#sidebar,
#footer {
  display: none;
}
.logo {
  width: auto;
}
.logo img {
  padding: 0;
  height: 45px;
  width: auto;
}
#header {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.5em;
  padding-top: 5px;
  line-height: 20px;
}
.tagline {
  text-align: left;
  font-size: 1em;
  line-height: 10px;
  padding-bottom: 8px;
}
table.small {
  width: auto;
}