/*------------- CONTENT COLUMNS -------------*/
/* IE-only fixes in: mtv-iefixes.css         */
/* Updated: 22 Sept 2006, andy@motive.co.nz  */
/*********************************************/

/* col widths + margins = 99% (safety) */


html .wrapperCol {
	/* mtv-iefixes */
	}

/*---- 3-COLUMN (FLOAT LEFT) ----*/

.col3 {
	position: relative;
	float: left;
	width: 32%;
	}	
	
.col3center {
	margin-left: 1.5%;
	margin-right: 1.5%;
	}
	

/*---- 2-COLUMN (FLOAT LEFT) ----*/
.col2 {
	position: relative;
	float: left;
	width: 48.5%;
	}
	
.col2right {
	margin-left: 2.5%;
	}

/*---- 2-COLUMN (REVERSE SOURCE) ----*/
/* Right column first in source order */
/* Example use: Advanced Search
/* where notes should be read before the form control */

.col {
	position: relative;
	float: left;
	width: 48.5%;
	}

.colRight {
	position: relative;
	float: right;
	width: 48.5%;
	}	
