/* CSS layout */ body { margin: 0; padding: 0; } #masthead { } #top_nav { } #container { min-width: 600px; } #left_col { width: 75px; float: left; height: auto; top: auto; right: auto; bottom: auto; left: auto; } #right_col { width: 75px; float: right; height: auto; top: auto; right: auto; bottom: auto; left: auto; } #page_content { margin-left: 75px; margin-right: 75px; width: 900px; height: auto; top: auto; right: auto; bottom: auto; left: auto; } #footer { clear: both; }