#content{
background-color: White;
color: Black;
	left: 24px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 108px;
	width: 95%;
min-width: 1050px;
border-top: 2px solid black;
_z-index:120;
	margin: 0px 0px 0px 0px;
	[margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;]
}

	/* 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 {
		color: inherit;
		padding-top:0px;	
		background-color: White;	/* right column background colour */
		
	}
	.threecol .colmid {
		right:1%;			/* width of the right column */
		background-color: White;		/* center column background colour */
	}
	.threecol .colleft {

		right:77%;			/* width of the middle column */
		background: #000000 url(../images/bkg1.gif);  /* left column background colour */
		padding-top:20px;
		z-index: 1;
		}
	.threecol .center {
		width:65%;			/* width of center column content (column width minus padding on either side) */
		left:106%;	
		margin-top:12px;	
		padding-top:10px;		/* 100% plus left padding of center column */
	}
	.threecol .left {
		width:18%;			/* Width of left column content (column width minus padding on either side) */
		left:15%;	
		padding-top:4px;	
		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .farright{
		width:1%;			/* Width of right column content (column width minus padding on either side) */
		margin-top:12px;	
		left:100%;			/* 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 ***************************************************** */

