/* column container */
.colmaskPix {
    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 100*/
    overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenuPix .colrightPix {
    float:left;
    width:200%; /*200*/
    position:relative;
    left:170px; /*200*/
    /**background:#ccc;*/
}
.leftmenuPix .col1wrapPix {
    float:right;
    width:50%;
    position:relative;
    right:170px; /*200*/

}
.leftmenuPix .col1Pix {
    margin:0 10px 0 180px; /*margin:0 15px 0 215px;*/
    position:relative;
    right:100%;
    /*overflow:hidden;*/
}
* html .leftmenuPix .col1Pix {margin:0 1px 0 180px;}
.leftmenuPix .col2Pix {
    float:left;
    width:170px;
    position:relative;
    right:170px; /*185*/
}
/* Footer styles
#footer {
    clear:both; */
    /*float:left;*/
    /*width:100%;100

    height:1%; 		border-top:1px solid #000;
}*/

/* Inner column container */
.colmaskPer {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colleftPer {
    float:left;
    width:100%;
    position:relative;
}
.col1Per,
.col2Per
{
    float:left;
    position:relative;
    padding:0 0 0em 0;
    overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenuPer {
    /*background:#fff;		 right column background colour */
}
.leftmenuPer .colleftPer {
    right:49%;			/* 48 right column width was 75*/
    /*background:blue;	left column background colour */
}
.leftmenuPer .col1Per {
    width:49%;			/* 46 right column content width was 71*/
    left:100%;			/* 102 100% plus left column left padding */
    /*background:red;*/
}
.leftmenuPer .col2Per {
    width:49%;			/*50 left column content width (column width minus left and right padding) */
    left:0%;			/* (right column left and right padding) plus (left column left padding) */
    /*background:black;*/
    
}

* html .col1Pix { width:100%;}
