#leftCol{
	overflow:hidden;
	width:154px;
	float:left;
	margin-left:4px;
	display:inline; /*IE bug*/
	position:relative;
}
#leftCol img{
	margin:0px;
}
#centerCol{
	overflow:auto;
	float:left;
	margin-left:8px;
	padding-right:10px;
}

#edit #centerCol{
	overflow:visible;
	float:left;
	margin:0px;
	padding:0px;
}

#rightCol{
	background-position: center; 
	background-repeat: no-repeat;
	overflow:hidden;
	float:left;
	margin-left:8px;
	width:178px;
}
