@import "layout.css"; /* must have trailing ";" imports layout.css */

div#body { margin: 0 0 0 180px; } /* remove right margin to expand content */

div#content { padding-right: 2em; } /* give the content a deeper right margin */

div#right { display: none; } /* hide right column DIV, even if populated */