Было бы что-то вроде этого:
$(document).ready(function() {
$('ul.navone li a, ul.navtwo li a,a.toplink, a.bodylink').bind('click',function(event){
var $anchor = $(this);
$('html, body, header').stop().animate({
scrollTop: ($($anchor.attr('href')).offset().top + 117)
}, 1500,'easeInOutExpo');
event.preventDefault();
});
});
просто добавьте +117 к позиции scrollTop