/*    Generated by http://www.cssportal.com    

@import url("reset.css");*/

/*#body html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color:#333
} */

#wrapper {
    width: 100%;
    min-width: 400px;
    max-width: 1000px;
    margin: 0 auto;
}

#header {
    float: left;
    height: 125px;
    width: 100%;
    background: #F8F9FA;
}

#navigation {
    float: left;
    /*height: 120px;*/
    width: 100%;
    background: #26201C;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    width: 100%;
    /*margin-left: 300px;*/
    
    display: flex; 
    flex-flow: row wrap;
}

#footer {
    height: 150px;
    width: 100%;
    background: #515151;
    clear: both;
    color:#FFFFFF;
}

