$(document).ready(function() {
	
	$('.content_left').height($('.content_right').height());
	
});
