/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin:0px auto 0px auto;
	width:780px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color:#000000;
	background-image:url(/styleimages/body_back.jpg); 
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:780px;			/* width of page */
	position:relative;
}
.col1 {
	float:left;
	position:relative;
	overflow:hidden;
}
.col1{padding:0%; /* padding on columns */ margin-top:0px; margin-bottom:10px; background-image:url(/styleimages/background-default.jpg); background-repeat:no-repeat; background-position:top left;}
/* 3 Column settings */
.threecol {
	background-color:#000000;		/* right column background colour */
	background-image:url(/styleimages/body_back.jpg); 
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background-color:#000000;		/* center column background colour */
	background-image:url(/styleimages/body_back.jpg); 
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background-color:#000000;	/* left column background colour */
	background-image:url(/styleimages/body_back.jpg); 
}
.threecol .col1 {
	width:96.5%;			/* width of center column content (column width minus padding on either side) */
	left:71%;			/* 100% plus left padding of center column */
	color:#FFFFFF;
}

