
#content{
background-color: White;
color: Black;
	left: 24px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 108px;
	width: 95%;
min-width: 1050px;
border-top: 1px solid black;
_z-index:120;
	margin: 0px 0px 0px 0px;
	[margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;]
}
/*********************BEGIN MAIN LAYOUT DIVS FOR THREE COLUMNS ***************************************************** */


	/* 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 .5em 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;	
		;	/* right column background colour */
	}
	.threecol .colmid {
		right:22%;			/* width of the right column */
		background-color: White;		/* center column background colour */
	}
	.threecol .colleft {
		right:56%;			/* width of the middle column */
		background: #Fefefe; 
		
		
		 /* left column background colour */
	}
	.threecol .center {
		width:52%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.threecol .left {
		width:22%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .farright{
		width:19%;			/* Width of right column content (column width minus padding on either side) */
		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) */
	}
/*********************END MAIN LAYOUT DIVS FOR THREE COLUMNS ***************************************************** */


