/*
=print
*/
html, body {
    background-color: transparent;
    background-image: none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, strong { color: black; }

#container, #header, #content, #footer {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    background-color: transparent;
    background-image: none !important;
    float: none !important;
    height: auto !important;
    position: relative !important;
}

#container {
    width: 90%;
    margin: 0 auto;
}

img#logo { float: none; }

#header_sub,
#main_navigation,
#sub_navigation,
#tech {
    display: none;
}
