$(document).ready(function(){
	
	var contentHeight = $('div#page').height();
	$('div#sidebar-portrait').height(contentHeight);
	
});