var blair = {
		src:'/includes/sifr/CopperplateGothicBold.swf'	
};

sIFR.activate(blair);


sIFR.replace(blair, {
	selector: '#header p',
	color:'#fdfdfd'
	,wmode:'transparent'
	,css: [
      '.sIFR-root { text-align:center; color:#fdfdfd;  }'
      
    ]
	,filters: {
		DropShadow: {
			knockout: false
			,inner:false
			,alpha: .8
			,distance: 2
			,color: '#000000'
			,strength: 2
			,blurY:12
			,blurX:12
		}
    }
	
});
