  Cufon.replace('h1', { fontFamily: 'Franklin Gothic Demi', hover: true}); 
  Cufon.replace('h2', { fontFamily: 'Franklin Gothic Demi', hover: true}); 
  


			Cufon.replace('.cat-box-head h2', {
				textShadow: '#333 1px 1px 1px'
			});
			Cufon.replace('.tweet-box-head h2', {
				textShadow: '#333 1px 1px 1px'
			});
			Cufon.replace('.newsletter-head h2', {
				textShadow: '#333 1px 1px 1px'
			});
			Cufon.replace('.calendar-head h2', {
				textShadow: '#333 1px 1px 1px'
			});
			Cufon.replace('.main-menu a', {
				textShadow: '#3b6101 1px 1px 1px',
				hover: {
					color: '#b5d731',
					textShadow: '#3b6101 1px 1px 1px'
				}
			});
			
			
			
			
			
			
			
			
