var HelvNeueLight = {
	src: '/flash/sifr-helvneuelt.swf'
	,ratios: []
};
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(HelvNeueLight);

sIFR.replace(HelvNeueLight, {
	selector: '#header h1'
	,css: [
		'.sIFR-root { background-color: #2b2b2b; font-weight: normal; font-size: 36px; color: #cfed13; }',
		'a { color: #cfed13;text-decoration: none; }',
		'a:hover { color: #cfed13; }'
	]
	,tuneHeight: -8
});

sIFR.replace(HelvNeueLight, {
	selector: '#header h2'
	,css: [
		'.sIFR-root { background-color: #2b2b2b; font-weight: normal; font-size: 14px; color: #ffffff; }'
	]
});
/*background-color: #2b2b2b;*/