/**If the site will have different styles for printed pages, set the styles in this file.**/

#content-container {
    height:auto;
    width:956px;
}

#content-left-col {
display:none;
}

#content-right-col-container {
    float:right;
    width:759px;
    padding-left:10px;
    padding-right:0px;
    margin-top:-100px;
    padding-top:0;
    background-image:url(/images/content-background.gif);
    background-repeat:no-repeat;
    background-position: 2px 33px;
    z-index:1 !important;

/** IE6 Specific **/
    _background-image:url(/images/content-background-ie.gif);
    _background-repeat:no-repeat;
    _background-position:0 0;
    _padding-right:0;
    _padding-left:0;
    _margin-top:-30px;
    _margin-right:-10px;
}

#content-right-col {
    position:relative;
    top:0px;
    left:0px;
    padding-left:35px;
    padding-right:45px;
    min-height:350px;
    width:90%;
    _margin-left:0px;
    _padding-left:10px;
    _padding-right:0px;
    _height:350px;
}

.header-right {
    display:none;
}

#tools {
    display:none;
}

#next {
    display:none;
}

#bottom-nav {
    display:none;
}