/*
print style for donal barnwell
Joel Chu <www.studioetc.co.uk> 
*/
body {
    background-color: #FFFFFF;
}

    #masthead {
        width: 100%;
        position: relative;
    }    
    #mastheadRight { display: none;}
    
    #topImage {
    padding: 0px;
    width: 500px;
    margin: 0px;
    /* background: #FF3300; */
  } 
  #topImageLeft {
    float: left;
  }
  #topImageRight {
    float: right;
  }
    #panel {
    display: none;
    }
    .homeBtn { display: none; }
    .printOnly { display: block;}
    .noPrint {display: none; }
