.pghome #content #colleft {
	float: left;
	width:380px;
	display:inline; /* IE 5/6 bug where the margin doubles must set display to inline */
	border:0px dotted #11cdcd;
}
.pghome #content #colmain {
	margin-left:387px;
	margin-right:0px;
	width:162px;
	border:0px dotted #cdcd11;
}

.pghome #content #colright {
	float: right;
	width:182px;
	display:inline; /* IE 5/6 bug where the margin doubles must set display to inline */
	border:0px dotted #11cdcd;	
}

