.col_wrap {
  border:1px solid #ddd;
  padding:5px;
}

.col1 { float:left; width:48%; padding:5px; }
.col2 { float:left; width:48%; padding:5px; }

.col2 table {
float:right;
}

/*
==============================================
*/
div.content_wrapper div.content_text_left {
float:left; width:48%; border-right:1px #c6c6c6 dashed; padding-top:20px; padding-bottom:20px;
}

div.content_wrapper div.content_text_left p {
margin-right:20px;
} 

div.content_wrapper div.content_text_right {
float:left; width:48%; padding-top:20px;
}

div.content_wrapper div.content_text_right p {
margin-left:20px;
}

div.content_wrapper div.content_text_right h2 {
margin-left:20px;
} 

div.content_wrapper {
border-bottom:1px #c6c6c6 dashed;
margin-bottom:20px;
margin-top:-20px;
}
