/* $Id$ based on http://www.tjkdesign.com/articles/liquid/4.asp */ body { min-width:640px; margin: 0; padding: 0; font: 0.8em Tahoma, Helvetica, Arial, sans-serif; background-color: white; color: #000066; } #header,#menu,#content,#sub-section,#footer { overflow:hidden; display:inline-block } #header,#footer {width:100%} #menu,#content,#sub-section {float:left} #menu {width:20%} #content {width:60%} #sub-section {width:19.9%} #footer {clear:left} .top { background-image: url('bg_cyberview.gif'); height: 75px; }