Ok, having another look I see that most of your images do have references like <img src="images/...", which is correct. The ones that refer to "Documents and Settings" are all your spacer.gif images, which FrontPage (or maybe Expressions Web?, or ImageReady?, never heard of that one) uses to adjust the heights or widths of table cells.
To see what I'm talking about, go to your site, and then in your browser click Page > View Source. This will show the source code for your page as it was given to your browser.
If you're on a Linux server, note also that your filenames are case-sensitive, so if your file name is Articles.html, for example, you must always use exactly that capitalization. If the server gets a request for articles.html, it will return a "Page Not Found" error. Most people use all lower case, and no embedded spaces.
The naming changes you made don't appear to be consistent throughout your site. For example, you appear to have the following two pages, that go to the same place. Maybe you are redirecting one of them to the other?
http://www.fussybaby.ca/Coping.htmlhttp://www.fussybaby.ca/Coping%20with%20Fussiness.htmlAnd here's something weird...as of yesterday, when I typed in
www.fussybaby.ca into google, I got a list of all my pages...today I only get my home page and forum. Any idea why?
That kind of jumping up and down in Google is quite normal, especially for a new site. One reason, among probably many, is that Google has 50+ data centers from which it retrieves data for results pages. Not all the data centers have exactly the same data, so the results you see can depend on which center your query was sent to.
However, the renaming of pages that you're doing is going to affect how you look in Google for a while, because while Google was aware of the old names, these new names will be brand new to it, so as the old pages drop out of the index, it will be a while before the new ones are added.
Thus, the current time, while your site is brand new and you can't really expect a lot of traffic anyway, is the perfect time to sort out the structural problems in your site. After you become established, making changes like this will be quite detrimental unless you also put into place a whole bunch of redirects that redirect each old page name to its corresponding new one.
So get this out of the way now. You didn't say whether you're on a Windows server. If you are on linux, make all your file names linux-friendly, and make sure you revise the name in every single reference on every single page, consistently throughout the site.