Website/Going Tableless/Transition Guide
From Apache OpenOffice Wiki
The following code will hide the left-hand navigation menu:
#navcolumn { display: none; }
#content { padding-left: 0; }
The following code will hide the left-hand navigation menu:
#navcolumn { display: none; }
#content { padding-left: 0; }