canadianoutdoorsuppl:
This the link. I am very new so any instructions I would need a bit of a step by step. http://canadianhuntingsociety.com/store/index.php?main_page=contact_us
You definitely have an error condition. When visiting that page and then navigating to another the other page has a right side box layout that is not present while on the contact us page. This is known as a partial blank page.
Instruction for such a condition is found at this link: http://www.zen-cart.com/content.php?124-blank-page
It is from that instruction that barco57 was referencing to look at your logs folder.
Now it appears that perhaps a few assumptions have been made, 1) is that you are using a version of ZC that is 1.5.1 or greater (I don't see any reference in this thread about what version you're using so if you could please identify that here and in future posts about issues you come across.) 2) is that includes/configure.php file has the correct information in order to log the error that is occurring.
So, if you have in fact reviewed the folder logs found at the base or root of your store and there are no zenDebug files, then the next thing to do is try to figure out why.
Possible causes are that either the permissions on the logs folder do not support writing to it.
You are using an older version of ZC that instead logs to the cache directory.
The includes/configure.php file path information is incorrect (or non-existent) for DIR_FS_LOGS. If you do post this file, be advised that you should obscure your specific credentials for your database (DB_ prefix related information). And to help those reading the file on the forum if you would please, press the # button in the message box toolbar before pasting the code. A similar review of your admin/includes/configure.php file will be asked for later, but let's deal with one at a time. Similar "protection" should be taken with it as well.