#top_half {
	padding-bottom: 20px;
	border-bottom: 2px solid #CCC;
}

hr {
	height: 0px;
	border-top: 1px dashed white;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
}

.left_col
{
    padding-bottom: 1.5em;
    width: 310px;
}

.right_col 
{
    padding-bottom: 1.5em;
    width: 320px;
}

#main_content .col_content {
	padding-top: 1em;
	border: none;
	/*background-color: white;*/
}

#main_content .left_col .col_title {
	width: 295px;
}

#main_content .left_col .col_content {
	width: 295px;
}

#main_content .right_col .col_title {
	width: 305px;
}

#main_content .right_col .col_content {
	width: 305px;
}