@media screen,projection,tv,handheld {

  #header .max-width {
    background-image: url("/theme/img/masthead-bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  #header #mission-statement {
    display: block;
  }

  /* Changed CUE from 25/75 to 20/80 - also updated in agency-ie.css (.05% less for the smaller width) */
  #nav-section {
    width: 20%;
  }
  #content-container {
    width: 80%;
  }

  /* Changed CUE from 67/33 to 75/25 - also updated in agency-ie.css  */
  .article,
  #document-properties,
  #post-page-options,
  #page-feedback {
    width: 75%;
  }
  .aside {
    width: 25%;
  }

  #content p.panorama {
    display: inline;
  }

  /* Full size topic image */
  #topics div.image {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 150px;
  }

}