/* column container */
.colmask200 {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin:0px auto 0px auto;
	width:70%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border:2px solid #FFFFFF;
}
/* common column settings */
.colright200,
.colmid200,
.colleft200 {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1200,
.col2200 {
	float:left;
	position:relative;
	overflow:hidden;
}
.col1200{padding:7px; /* padding on columns */ margin-top:0px; margin-bottom:7px;}
.col2200{padding:7px; /* padding on columns */ margin-top:7px; margin-bottom:7px;}
/* 3 Column settings */
.threecol200 {
		/* right column background colour */
}
.threecol200 .colmid200 {
	right:20%;			/* width of the right column */
			/* center column background colour */
}
.threecol200 .colleft200 {
	right:50%;			/* width of the middle column */
		/* left column background colour */
}
.threecol200 .col1200 {
	width:73.5%;			/* width of center column content (column width minus padding on either side) */
	left:90%;			/* 100% plus left padding of center column */
	color:#FFFFFF;
}
.threecol200 .col2200 {
	color:#000000;
	width:136px;			/* Width of left column content (column width minus padding on either side) */
	left:-48px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	
}

