/* {{{ hide unused navigationblocks */
div#header {
    display: none;
}
div#lcol {
    display: none;
}
div#rcol {
    display: none;
}
div#footer {
    display: none;
}
/* }}} */
/* {{{ change width of blocks for print */
div#content {
    width: 74em;
}
div#contentbody {
    float: left;
    width: 55em;
}
div#pathbox {
    padding-left: 0em;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */
