
/*
	pagelet style sheet
	-------------------
	layout - 3 columns:

	[_____][___]
	[_____][___]
	[__________]

*/

.pl-col-1 { width: 59%; float: left; }
.pl-col-2 { width: 39%; float: right; }
.pl-col-3 { width: 100%; float: left; }