
$(document).ready(function(){$('LI.li-footer').css("height",($('DIV#footer').height())+"px");$('LI.li-sidebar-col').css("height",($('DIV#main').height()-$('LI#li-sidebar-picture').height()-35)+"px");});
