	/* 3 Column settings */
	.threecol {
		background:#FFFFFF;		/* right column background colour */
	}
	.threecol .colcontainer {
		right:40%;			/* width of the right column */
		background:#FFFFFF;		/* center column background colour */
	}
	.threecol .colcontent {
		right:40%;			/* width of the middle column */
		background:#DDEAF0;	/* left column background colour */
		padding:0;
		margin:0;
	}
	.threecol .col1 {
		width:37%;			/* width of center column content (column width minus padding on either side) */
		min-width:355px;	/* 960px * 36% */
		left:102%;			/* 100% plus left padding of center column */
		padding:15px 0 0 0;
	}
	.threecol .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		min-width:192px;	/* 960px * 20% */
		left:43%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:37%;			/* Width of right column content (column width minus padding on either side) */
		min-width:355px;	/* 960px * 36% */
		left:84%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		padding:15px 0 0 0;
	}
	.col1 h2, .col3 h2 {
		text-align:center;
		color:#FFFFFF;
		background:url('../images/field.png');
		/* background-color:#C2B6B6; */
		text-decoration:none;
		font:14px Verdana, Arial, Helvetica, sans-serif;
		line-height:24px;
		font-weight: bold;
	}