    <style type="text/css">

#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:950px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #808000;
	border-bottom-style: none;
	margin-bottom: 0px;
	border-width: 1px;
	padding-top: 10px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:950px;			/* width of page */
	position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ffffff;		/* right column background colour */
	}
	.threecol .colmid {
	background:#ffffff;		/* center column background colour */
	}
	.threecol .colleft {
	right:385px;			/* width of the middle column */
	background:#ffffff;	/* left column background colour */
	}
	.threecol .col1 {
	width:370px;			/* width of center column content (column width minus padding on either side) */
	left:665px;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	}
	.threecol .col2 {
	width:255px;			/* Width of left column content (column width minus padding on either side) */
	left:1px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	width:250px;			/* Width of right column content (column width minus padding on either side) */
	left:430px;			/* 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) */
	}

    </style>

