#header {
    position: relative;
    height: 180px;
    background-color: #000000;
    width: 100%;
}


#c-twocols {
    width: 100%;
    float: right;
    position: relative;
}

#maincol {
    display: inline;
    width: 100%;
}

#footer {
    height: 150px;
    background-color: #000000;
    margin-top:40px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/*printer styles*/
@media print {
/*hide the left column when printing*/
    #leftcol {
        display: none;
    }

/*hide the right column when printing*/
    #rightcol {
        display: none;
    }

    #twocols, #maincol {
        width: 100%;
        float: none;
    }
}

