$(document).ready(function(){
	$("#sidebar").height($('#main_content').height()+13);
	$("#col2").height($('#col1').height());
	
 });