    <style media="screen" type="text/css">

	#layoutdims {
				clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:950px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #808000;
	border-bottom-style: none;
	border-top-style: none;
	margin-bottom: 0px;
	border-width: 1px;
	padding-top: 10px;
	}

	/* 2 column left menu settings */
	.leftmenu {
	background:#ffffff;		
	}
    .leftmenu .colright {
	float:left;
	width:190%;
	position:relative;
	left:150px;
	background:#fff;
			
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:85px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	border-left-style: solid;
	border-width: 1px;
	padding-left: 10px;
					
	}
    .leftmenu .col2 {
	float:left;
	width:263px;
	position:relative;
	right:140px;
				
		
    }
    </style>