
body {
background: #fff;
color: #000;
}

#wrapper {
margin: 0 auto;
background-image: none;
text-align: left;
}


/** hide divs **/
#header, #image_bank_wrapper, #login_row, #left-column, #right-column, #footer { 
display: none;
}


/** display print styles **/
#pf-header {
display: block;
min-height: 80px;
border-bottom: 4px solid #740c0d;
}

#pf-header .logo {
width: 300px;
height: 50px;
}

#pf-header .slogan {
margin: 10px 0 15px 44px;
padding: 0;
text-transform: uppercase;
letter-spacing: 0.06em;
font-size: 0.95em;
font-weight: normal;
color: #000;
}

#middle-column, #right-column-wide {
float: none;
width: 90%;
margin: 2em 0;
}

#pf-footer {
display: block;
border-top: 1px dotted #740c0d;
padding: 1.5em 0;
color: #000;
}
