<!--
/***** BASIC CFG ***********************/
    body, #wrapper, #nav, #menu, #header, #text, #main, #content, #sectionContent, #debug, #sectionDebug, #footer
    {
        margin:  0 auto;
        padding: 0;
        width:   100%;
        height:  0 auto;
    }

        #wrapper{}
            img
            {
                border: 0;
            }

     /*********** <HTML5> *************************/
            header, hgroup, nav, section, aside, footer
            {
                display: block;
                height:  auto;
            }

            #main{}
                #content{}
                    article, address
                    {
                        display: inline compact;
                        height:  auto;
                    }
     /*********** </HTML5> ***********************/
-->
