#navigation,
#footer {
  display: none;
}

html body,
body #wrapper, 
body.home #wrapper,
#wrapper #container,
#wrapper #content {
  background-color: #fff;
  background-image: none;
}

#branding h1 {
  float: none;
  text-indent: 0;
  width: auto;
  margin: 0;
  font-size: 14pt;
}

#container{
  width: 100%;
  height:auto;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

* html #container #content {
  float: none;
  clear: both;
  width: 90%;
}

#container #content h2 {
  font-size: 13pt;
}

#container #content h3 {
  font-size: 12pt;
}
#container#content .feature-image {
  float: right;
  padding: 0;
}

