Google doesn't like table-based layouts... :|
You should optimalise your meta tags (Google doesn't care much about them, but it'd be better to do that ;) ), divide headers into two or three groups - the most important of them place in <h1> tags, less important in <h2>, you can also use <h3>. Then care about links from the other websites - they should have phrase you're positioning your site on in title tag or as a name (I mean text, which will be displayed to visitors). Somethink like this:
<a href="http:/www.jesussaveme.org" title="Jesus Save Me">Jesus Save Me</a>
Place those links at as popular sites as you're able to, they may say about things similar to your website, they should also have a little number of outbound links (less than 20 would be best, but <30 is also good). Be aware of links farms, the websites which have lots of outgong links (for example 80 at the front page) - they don't help your site get positioned, they make more bad than good things...
//edit: You can also use bold text to show googlebot the most important keywords on your webpage ;). Use <strong></strong> tags. So, you can place such text at the top of the page, in welcome message:
Quote
Welcome to <strong>Jesus Save Me</strong> website! (blahblahblah) We hope that Your survey thought the webpage will be satisfying. Your <strong>Jesus Save Me</strong> Team.
Don't use it too often, because Google doesn't like crap-text and it sometimes bans sites using a lot of it, but placing positioning phrases sometimes on the site may be helpful.
Replace some of the images in welcome message (for example suggested prayers) with text - placing images there is nearly poinless.
You have a lot of outbound links - wouldn't it be better to replace them with weblinks? I mean add http://www.oddcast.com/sitepal/whatis to your weblinks, then place the link you get in place of the direct links. You get two advantages: first, that you know, how many visitors was this link already clicked by, second, that Googlebot follows link, but it doesn't make him lost interest of your site ;).
The last thing - reorganise your site. Visitor (bot too), who enters JesusSaveMe.org, is redirected to http://www.jesussaveme.org/php-files/viewpage.php?page_id=4 - that's not good... Place all the files you've got in php-files directory in main directory, then delete redirect from main adress and add redirect 303 to php-files directory. That'd be much better :-)