    /* General styles */
    body {
        margin:0; padding:0; border:0; width:100%;
		min-width: 1210px;
		width:expression(document.body.clientWidth < 1210? "1210px": "auto" );	
		min-height: 1200px;
		height:expression(document.body.clientHeight < 1200? "1200px": "auto" );	
    }
	/* Header styles */

	/* column container */
	.colmask {
		position:relative; clear:both;
	    float:left; width:100%;
		overflow:hidden;
		min-width: 1210px;
/*		min-height: 1200px;*/
	}
	/* 2 column right menu settings */
	.rightmenu .colleft {
        float:left; width:200%;
        margin-left:-320px; position:relative; right:100%;
    }
    .rightmenu .col1wrap {
	    float:left; width:50%;
	    position:relative; left:50%; 
	}
	.rightmenu .col1 {
        margin:0 0 255px 344px;
        overflow:hidden;
        border: 1px solid #FFF;
        background-color: #76D4F2;
        padding: 0; 
	}
    .rightmenu .col2 {
        float:right;
        width: 320px;
        position:relative;
        left:330px;    }
