Cufon.replace('h1', {
	fontFamily: 'English', 
	color: '#453223',
	textShadow: '0 1px 0 #584d43'
});

Cufon.replace('h2', {
	fontFamily: 'Goudy Bookletter 1911',
	color: '-linear-gradient(#C0F400, 0.6=#7D9F00)',
	textShadow: '0 1px 0 #fff',
	hover: {
		color: '-linear-gradient(#A7A37D, 0.6=#453223)',
		textShadow: '0 1px 0 #584d43'
	}	
});

Cufon.replace('h3', {
	fontFamily: 'Goudy Bookletter 1911',
	color: '-linear-gradient(#907B6A, 0.5=#453223)',
	textShadow: '0 1px 0 #A7A37D'
});

Cufon.replace('#footer h3', {
	fontFamily: 'Goudy Bookletter 1911',
	color: '-linear-gradient(#907B6A, 0.5=#A7A37D)' 
});

Cufon.replace('h4', {
	fontFamily: 'Goudy Bookletter 1911',
	color: '-linear-gradient(#A7A37D, 0.5=#453223)',
	textShadow: '0 1px 0 #FFF'
});

Cufon.replace('.description p', {
	fontFamily: 'English',
	fontSize: '36px',
	color: '#7D9F00' 
});

Cufon.replace('p.title', {
	fontFamily: 'Goudy Bookletter 1911',
	color: '-linear-gradient(#907B6A, 0.5=#453223)',
	textShadow: '0 1px 0 #A7A37D'
});
