
/********************* threeColumn page style ******************************/

#threeColumnContainer{
	overflow:hidden;
	height:auto;
	width:650px;
	border-left:solid 1px #666666;
}

#threeColumnLeft{
	padding-left:10px;
	float:left;
	width:216px;
}

#threeColumnMid{
	float:left;
	padding-left:10px;
	width:200px;
	border-left:solid 1px #666666;
}

#threeColumnRight{
	float:right;
	padding-left:10px;
	width:200px;
	border-left:solid 1px #666666;
}
