body { background: white }
#header { background: white }
#wrapper {
    width: 800px;
    background: white;

    margin: 0 auto;
}

#topnav { display: none; }
.linenav { display: none }
#location { display: none; }
#left { display: none }

#body-ct {
    background: white;
}
#content {
    background: white;
    padding: 10px;
    width: 760px;
    margin: 0 auto;
    float: none;
}


#right {
    display: none;
}

.top, .print { display: none; }

