$(function() {
	$('h2').css({
		height: '40px',
		width: '449px',
		color: "#4e2683",
		"margin-left": "-.25em"
	})
	
	$('.column_main h3').css({
		height:	'25px',
		width: '449px'
	})
	
	$('h2.tall').css({	height: '60px'	})
	$('h2.medium').css({	height: '20px'	})
			   
	$('h2').sifr({strSWF: 'flash/sifr.swf', strColor: '#4e2683'});
	$('.column_main h3').sifr({strSWF: 'flash/sifr.swf', strColor: '#534741'});
	$('.column_main h4').sifr({strSWF: 'flash/sifr.swf', strColor: '#534741'});

	$('#client_logos')
	.flash({
		src: 'flash/client_logos.swf',
		width: 180,
		height: 180,
		flashvars: {photoArray: logos}
	});	
})

