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

Cufon.set('fontFamily', 'News Gothic').replace('#header ul#navMain > li > a', {
	separate: 'none',
	hover: true
});

Cufon.set('fontFamily', 'News Gothic').replace('#header p');

Cufon.set('fontFamily', 'News Gothic').replace('#main h1');

Cufon.set('fontFamily', 'News Gothic').replace('#main h2', {
	hover: true
});

Cufon.set('fontFamily', 'News Gothic').replace('#aside h2', {
	hover: true
});

Cufon.set('fontFamily', 'News Gothic').replace('#aside p', {
	hover: true
});

Cufon.set('fontFamily', 'News Gothic').replace('#aside ul#navSecondary > li > a', {
	hover: true
});
