$(document).ready(function(){
	$("#left").height(Math.max($("#contentwrapper").height(),$("#left").height()));
	$("#right").height(Math.max($("#contentwrapper").height(),$("#right").height()));
});
