$(document).ready(function() {
	if ( $('#sidebar').height() > $('#content').height() )
		$('#content').css('height',($('#sidebar').height()+10)+"px");
});
