* { 
overflow: visible !important; 
} 
html, body, body > form {
    height: auto !important;
}
#header ul, #headernav, #headerphoto, #leftcol, #rightcol, #footer .nav, .button{
    display:none;
}
.optform input[type='file'], .optform input[type='button'], .optform input[type='image'], .optform input[type='submit']
{
    display:none;
}
body, #wrapper, #pagewrapper, #contentwrapper, #contentcol, #footer, div
{   
    background:white;
    color:#000;
   
}
#header
{
    height:100px !important;
  /*  page-break-after:avoid;
    page-break-before:avoid; */
}
/*
html, body, body > form {
    height: 100%;
}
*/
div
{
  width:auto !important;
  
    
}
#contentcol
{
   /* page-break-after:avoid; 
    page-break-before:avoid;*/
    height:auto !important;
    width:90% !important;
   /* position:absolute; 
    top:100px;*/
    float: none !important;
    
}

#footer
{
    float: none !important;
    width:100%;
    clear:both;
    page-break-after:avoid;
}




