@charset "UTF-8";

/* Site Structure CSS Document */


/* 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;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
	.leftmenu {
	background:#FFF;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:336px;
	background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:336px;
	padding-bottom:1em;
}

.leftmenu .col1 {
	margin:30px 45px 0 346px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col1 #content {
}

.leftmenu .col2 {
	float:left;
	width:316px;
	position:relative;
	right:326px;
	padding-top: 30px;
}

