I don't want to step on any toes, but I just thought that I would offer an alternative edit that may be simpler for beginners ;-) You can also hide any of the footer menu columns by adding a display:none to the appropriate dd class in the stylesheet_footer_menu.css file. So to hide the information column in the footer you can add:
Code:
.second{display:none;}
This will also make it much easier to add the column back in, in the future if you find that you want to do so ;-)
Thanks,
Anne