/* CSS Document 24 Sep 2009 */ /* ---------------------- content-wrapper full width ---------------------- */ /* Override content containers to set to full width, this is a hack and should be ideally a seperate master page in Red Dot */ #secondary-content, #secondary-navigation { display: none; } #content-wrapper{ width: 100%; float: left; } #primary-content{ width: 97%; padding-left: 10px; }