var AGaramond = {
	src: '/assets/flash/agaramond.swf'
	,ratios: 	[8,1.3,9,1.22,10,1.25,11,1.22,12,1.2,18,1.19,21,1.15,22,1.16,30,1.15,40,1.14,51,1.13,82,1.12,84,1.11,85,1.12,89,1.11,90,1.12,1.11]

};

sIFR.activate(AGaramond); // From revision 209 and onwards

sIFR.replace(AGaramond, {
	selector: 'h1'
	    ,css: [
	      '.sIFR-root { font-size: 21px; color: #d5573c; font-style: italic; }'
	    ]
		, wmode: 'transparent'
	  });
	
sIFR.replace(AGaramond, {
	selector: 'h2, h3'
			  ,css: [
			    '.sIFR-root { font-size: 19px; color: #d5573c; font-style: italic; }'
			  ]
		, wmode: 'transparent'
		});
	
sIFR.replace(AGaramond, {
	selector: '#root p'
			  ,css: [
			    '.sIFR-root { font-size: 15px; color: #b38b77; font-style: italic; }'
			  ]
		, wmode: 'transparent'
		});
		
sIFR.replace(AGaramond, {
	selector: '#intro p'
					,css: [
					  '.sIFR-root { font-size: 16px; color: #945C52; font-style: normal; }'
					]
		, wmode: 'transparent'
		});
	