#content {
	position:relative;
	width:986px;
	margin: 0 auto;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
/* 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.  was 926px in allens */
    overflow:hidden;		/* This chops off any overhanging divs */
}

.colleft {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	float:left;
	width:100%;			/* width of whole page */
}
.col1,
.col2 {
	float:right;
	position:relative;
	overflow:hidden;
}
.leftmenu .col1 {
	margin:15px;
	width:690px;
}
.leftmenu .col2 {
	width:225px;
	margin-top:15px;
/*	padding:15px;*/
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
}

