// JavaScript Document

Cufon.replace('h1', { fontFamily: 'Gotham' });
Cufon.replace('h2', { fontFamily: 'Gotham' });
Cufon.replace('.title', { fontFamily: 'Gotham' });
Cufon.replace('.firstParagraph', { fontFamily: 'Gotham' });
Cufon.replace('div.breadcrumbs p', { fontFamily: 'Gotham' });
Cufon.replace('#nav li a', { fontFamily: 'Gotham', hover:{color: '#000000'} });





