/*
 $Id$

 based on http://www.tjkdesign.com/articles/liquid/4.asp

*/

body {
    min-width:640px;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: white;
    color: #000040;
}

#global,#menu,#sub-section,#footer {
    overflow: hidden;
    display: inline-block;
}

#content {
    display: inline-block;
}

#global,#footer {width:100%}
#menu,#content,#sub-section {float:left}
#menu {width:20%}
#content {width:62%}
#sub-section {width:17%}
#footer {clear:left; float:left}
