/* CSS Document */

body {
min-width:640px;
}

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

/* safari and opera need this */

#header,#footer {
width:100%;
background:#FFFFFF;
}

#menu,#content,#sub-section {
float:left;
}

#menu {
width:20%;
background:#CCCC33;
}

#content {
width:60%;
background:#FFFF99;
}

#content h2 {
padding-left: 5px;
padding-right: 5px;
}

#content p {
padding-left: 5px;
padding-right: 5px;
}

#sub-section {
width:19.9%;
background:#CCCC33;
}

#footer {
clear:left;
}