/* 
This file sets the general layout for a two column layout. 
The widths are controlled by the template style sheet within the site. 
*/

#col-1 {
	float:left;
}

#col-2 {
	float:right;
}

#col-3 {
	display:none;
}