@charset "UTF-8";
/* 3 Column settings */
.threecol {
	background: #fff;		/* right column background colour */
}
.threecol .colmid {
	right: 240px;			/* width of the right column */
	background: #fff;		/* center column background colour */
}
.threecol .colleft {
	right: 450px;			/* width of the middle column */
	background: #fff;	/* left column background colour */
}
.threecol .col1 {
	border: 0px solid red;
	width: 420px;			/* width of center column content (column width minus padding on either side) */
	left: 945px;			/* 100%(930px) plus left padding of center column */
}
.threecol .col2 {
	border: 0px solid red;
	width: 200px;			/* Width of left column content (column width minus padding on either side) */
	left: 292px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	border-top: 1px solid #008c44;
	width: 200px;			/* Width of right column content (column width minus padding on either side) */
	left: 771px;			/* 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) */
}