@media print
{
  body
  {
    background: #ffffff url('../images/interface/footer.png') repeat-x bottom left;
  
    padding: 0px;
  
    font-size: 10px;
    font-family: "arial", sans-serif;
  }
  /*h1
  {
    visibility: hidden;
  }*/
  a
  {
    outline: none;
  }
  /* Page Wrapper which applies the background to the top of the page */
  .pageWrap
  {
    height: 100%;
    min-width: 7in;
    width: 7in;
    margin: 0 auto 0 auto;
    background: url('../images/interface/header.png') repeat-x top left; 
  }
  /* Wraps the content of the page and centers it */
  .page
  {
    height: 100%;
    width: 7in;  
    
    margin: 0 auto 0 auto;
  }
  .pageHeader
  {
    height: 150px;
  }
  .pageHeader h1
  {
    height: 120px;
    
    float: right;
    
    margin: 0;
  
    font-size: 2.8em;
    font-family: "Lucida Calligraphy", sans-serif;
    color: black;
    line-height: 120px;
  }
  .pageBody
  {
    margin: 18px 0 0px 0;
  }
  .pageFooter
  {
    clear: both;
    height: .60in;
    margin: 18px 0 0 0;
  }

}
