#header {
 display: none;
}
#content div.major {
 width: auto;
 float: none;
}
#content div.minor {
 display: none;
} 

body.listing #content div.major {
 width: 62%;
 float: left;
}
body.listing #content div.minor {
 display: block;
 width: 37%;
 float: right;
}

ul#tools {
 display: none;
}

#document {
 width: 100%;
}
#content {
 border: none;
 padding: 0;
}
#footer {
 display: none;
}
