/* @override http://dev.paullaney.com.au/~paull/spencergulfcontainers.com.au/css/2Column.css */

/* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;                       /* This removes the border around the viewport in old versions of IE */
        width:100%;
        background: #fff url(../images/body_bg.gif) 0 0 repeat;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
    }
    img {
        margin: 0;
    }
    /* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        height: 79px;
        margin-bottom: 0 !important;
        margin-bottom:  -2px;
}
    /* 'widths' sub menu */
    #layoutdims {
        clear:both;
        background:#eee;
        margin:0;
        padding:6px 15px !important;
        text-align:right;
    }
    /* column container */
    .colmask {
        position:relative;              /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
        clear:both;
        float:left;
        width:100%;                     /* width of whole page */
        overflow:hidden;
}
    /* 2 column left menu settings */
    .leftmenu {
        background:#00728F url(../images/siderepeat.gif) -19px 0 repeat-y;
    }
    .leftmenu .colright {
        float:left;
        width:185%;
        position:relative;
        left:185px;
    }
    .leftmenu .col1wrap {
        float:right;
        width:50%;
        position:relative;
        right:185px;
        padding-bottom:1em;
    }
    .leftmenu .col1 {
        margin:0 15px 0 200px;
        position:relative;
        right:100%;
        overflow:hidden;
                padding-top: 0 !important;
        padding-top: 10px;
    }
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
    /* Footer styles */
    #footer {
        clear:both;
        float:left;
        width:100%;
    }
    #footer p {
        padding:0;
        margin:0;
    }
    /* --> */
