/* CSS Document franz_oppenheimer_layout.css */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header,#menu,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */

#footer {width:100%}

#header,#content {float:left}

#menu,#sub-section {float:right}

#header {width:79.9%}

/* leaving room for rounding error (MSIE5.5) */

#menu {width:20%}

#content {width:79.9%}

#sub-section {width:20%}

#footer {clear:both}
