﻿Cufon.replace('h1, h2, #menu, .contentHeader p', { hover: true });

$(function () {
    if ($('#Contact').length) {
        $(window).resize(function () {
            $('#cContact').css('marginLeft', ($(window).width() <= 980) ? parseInt(-$(window).width() / 2) : '-480') + 'px';
        });
        $(window).trigger('resize');
    }
});

