/*
* Layout CSS - Two Column Page
*
* @author	Duncan Mundell <duncan@lantech.co.nz>
* @version	1.0
* @updated	01/03/07
*/

/* Left column */
#col1 {
	float: left;
	width: 533px;
	border-right: 1px solid #FFF;
	margin-right: 5px;
	padding-right: 5px;
	text-align: justify;
	}
	

/* Right column */
#col2 {
	float: left;
	width: 151px;
	}