/*jQuery(document).ready(function() {
	var colHeight = 0;
	jQuery('.col-main, .col-left').each(function(){
		if(colHeight < jQuery(this).height() ) {
		colHeight = jQuery(this).height();
	}
	}).height(colHeight);
});*/
