/*------------------------------------------------------------------
PRINT - TABLE OF CONTENTS
.................
1. HIDE
2. LAYOUT
------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. HIDE
------------------------------------------------------------------*/
div#header,
ul#user_nav,
dl#login_status,
div#navigation,
div#extras,
div#footer
{
 display            : none;
}


/*------------------------------------------------------------------
2. LAYOUT
------------------------------------------------------------------*/
div#content
{
 margin-left        : 0;
 padding            : 0;
}
