/* Header styles */
    #header {
        clear:both;
        float:left;
        width:957px;
    }
/* 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:957px;
	overflow:hidden;	/* This chops off any overhanging divs */
}
	/* 2 column right menu settings */
.rightmenu {
}
.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-375px;
        position:relative;
        right:100%;
}
.rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
/* 	    padding-bottom:1em; /*padding to footer */
}
.rightmenu .col1 {
/* TEXT */
        margin:0 11px 0 375px;
        overflow:hidden;
	}
    .rightmenu .col2 {
/* TEXT */
        float:right;
        width: 350px;
        position:relative;
        left: 363px;
}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:957px;
}
/* BORDERS */
.colleft, .colmask {
	border-right: 1px solid #ccc;
}