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