/* 3-column-layout */

#pageContent2Cols {
	position: relative;
	width:785px;
	height:auto;
	padding:10px 0;
	background-color:#fff;
}
#pageContent2Cols #col1{
	position:relative;
	float:left;
	width:195px;
	margin-right:5px;
	overflow:hidden;
}
#pageContent2Cols #col2{
	position:relative;
	float:left;
	width:580px;
}

