    html
    {
        background:#fff;
    }

    #layout-header, #layout-col-b, #layout-col-c, #layout-footer, .adminbar, #socialbtns
    {
        display:none;
    }

    #layout-col-a
    {
        width:100% !important;
        float:none;
        margin:0;
    }

    body
    {
        font-size: 12pt;
        line-height: 18pt;
    }

    body #container
    {
        margin: 1in 1.2in .5in 1.2in;
    }


    #pg-home #layout-header, #pg-home #layout-col-b, #pg-home #layout-col-c, #pg-home #layout-footer {
        display:block !important;
    }

    #pg-home #layout-col-a
    {
        position:relative !important;
        left:75% !important;
        width:73% !important;
    }
