div#center_col div#col_left {
	width: 49%;
	padding-left: 1%;
	float: left;
	border-right: 1px dotted #999999;
}
div#center_col div#col_right {
	width: 49.8%;
	float: right;
}
div#center_col hr {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 1px;
}

