$(document).ready(function() {
	$("#content").find("p:last").css("margin",0);
});

sIFR.replace(avantgarde, {
	selector: 'h1.heading',
	thickness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #999; }',
		'strong { font-weight: bold; color: #000000; }',
		'em { font-style: italic; color: #000000; }'
		],
	wmode: 'transparent'
});
