$(document).ready(function(){
	
	$("#content.portfolio p img").parent().css('width','970px');
//	$("p img").parent().append("<div style='clear:both;'></div>");
//	$("#content.portfolio p img").parent().css('padding-top','75px');
//	$("#content.portfolio p img").css('margin-top','-75px');
	
	//Change the height of the sidebar scrollbar based on the main content height
//	$("#sidebarFrame").css('height',$("#content.portfolio").height()-200);
	    			
});
