//Declare all the Cufon Replacements
//Must exist outside of the Document Ready observation
//Queues for Cufon.now()


Cufon.replace('#main h2', {
	fontFamily: 'requiem'
});

Cufon.replace('#navMain LI A, #main div.highlight h2, div.highlight dl dt, div.highlight dl dd.title, #main h1, #main h3, #main h4', {
	fontFamily: 'helvcondensed',
	hover: true,
	textShadow: '1px 1px #fff'
});

Cufon.replace('#header p', {
	fontFamily: 'requiem',
	hover: true,
	textShadow: '1px 1px #fff'
});

Cufon.replace('#related h2', {
	fontFamily: 'helvcondensed',
	textShadow: '1px 1px #200f0b'
});
