var freebooter = {
	src: '/sifr/freebooter.swf'
};

var centurygothic = {
	src: '/sifr/centurygothic.swf'
};

sIFR.activate(freebooter);
sIFR.activate(centurygothic);

sIFR.replace(freebooter, {
	selector: 'h1',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size: 30px; color: #f1dde8; text-indent: 13; }']  
});  

sIFR.replace(freebooter, {
	selector: 'h2',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size: 26px; color: #000000; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }',  'a { color: #000000; text-decoration: none; }', 'a:hover { color: #000000; text-decoration: none; }'],
	tuneWidth: 10,
	offsetLeft: 10
}); 

sIFR.replace(centurygothic, {
	selector: '.linkZone',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size: 14px; color: #000000; text-align: center; }', 'a { margin-left: 10px; margin-right: 10px; color: #000000; text-decoration: none; }', 'a:hover { color: #000000; text-decoration: none; }']  
}); 

/*sIFR.replace(centurygothic, {
	selector: '#navigation li.selected',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size: 14px; color: #f1dde8; }', 'a { margin-left: 15px; width: 119px; color: #f1dde8; text-decoration: none; }', 'a:hover { margin-left: 15px; width: 119px; color: #f1dde8; text-decoration: none; }']
});

sIFR.replace(centurygothic, {
    height: 10,
	selector: '#navigation li',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size: 14px; color: #000000; }', 'a { margin-left: 15px; width: 119px; color: #000000; text-decoration: none; }', 'a:hover { margin-left: 15px; width: 119px; color: #000000; text-decoration: none; }']  
});*/

 
