The memory error is probably because you only have a memory_limit of 16M in your php.ini file. Not sure if you are on a shared host and can modify that. If you can, I would up it a bit to like 32M or 64M
It's running out of memory and stopping the import
I hadn't checked the page in Safari, thanks for finding the error, should be an easy fix
ACP->Styles & Templates->Style Manager
Click Edit Templates and open garage_main
Find
Code:
{vb:raw pagenav}<br />
Add another <br /> at the end so it looks like
Code:
{vb:raw pagenav}<br /><br />
That fixed it for me, let me know if it's still off for you.