#content{
background-color: White;
color: Black;
	left: 24px;
	margin: 0px 0px auto 0px ;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 105px;
	width: 95%;
min-width: 1050px;
border-top: 2px solid black;
_z-index:120;
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.center,
	.left,
	.farright{
		float:left;
		position:relative;
		padding:0 0 .25em 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-color: Black;
		color: inherit;
		padding-top:2px;	

		/* right column background colour */

	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background-color: White;		/* center column background colour */
	}
	.threecol .colleft {
		right:72%;			/* width of the middle column */
		background: #Fefefe; 
		
		 /* left column background colour */
	}
	.threecol .center {
		width:60%;			/* width of center column content (column width minus padding on either side) */
		left:104%;	
		margin-top:12px;	
		padding-top:22px;		/* 100% plus left padding of center column */
	}
	.threecol .left {
		width:3%;			/* Width of left column content (column width minus padding on either side) */
		left:1%;	
		padding-top:12px;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .farright{
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		margin-top:12px;	
		left:110%;			/* 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) */
	}
/*********************END MAIN LAYOUT DIVS FOR THREE COLUMNS ***************************************************** */

