$(document).ready(function(){
    
	$("#catNav li a").wrapInner("<span></span>");
    $("#blogNav li a").wrapInner("<span></span>");
    
	$("#collectionPage #contentContainer").wrap('<div id="outerContentContainer"></div>');
    $("#locationsPage #contentContainer").wrap('<div id="outerContentContainer"></div>');
    $("#blogPage #contentContainer").wrap('<div id="outerContentContainer"></div>');
	$("#collectionPage #contentContainer #inventoryItem #locationLink").append('<br /><br />');
	
	$("dl li:last").css("border", "none");
    
    
	
	
});