var centuryGothic = {
	src: Workspace.RootUrl+"/swf/fonts/century-gothic.swf"
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(centuryGothic);

sIFR.replace(centuryGothic, {
	selector: '#header H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 24px; leading: -8; color:#f3c716; font-weight:bold; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,offsetTop: -5
	,wmode: 'transparent'
	});
	
sIFR.replace(centuryGothic, {
	selector: '#sidebar H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 24px; color:#f3c716;  }'
	,'a { text-decoration: none; }'
	,'a:link { color: #f3c716; }'
	,'a:hover { color: #CCCCCC; }'
	]
	,tuneHeight: -3
	,wmode: 'transparent'
	});	

sIFR.replace(centuryGothic, {
	selector: '#content H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 24px; color:#f3c716; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #f3c716; }'
	,'a:hover { color: #e5e7b1; }'
	]
	,tuneHeight: -5
	,wmode: 'transparent'
	});
	


