Hi there
Viewing the source of your code there are some anomalies that, if rectified, might clean things up. I don't think you need to start a new project to add links or pages, just create them and add them to the existing project.
You have both title and meta tags within the body element. You should move these to be within the head tags (these actually look like they were copied accidentally so just deleting these extra meta and title tags in the body will resolve that problem.
You are using absolute positioning to place images, which will break the site when viewed in different screen sizes and cause images to overlap menus etc. This is tricky to get around without rebuilding the whole page.
There are many empty font tags, fonts with no end tags and one font type labelled 'v' which I guess is meant to be Verdana. As I am not sure where you want all these objects positioned I cannot do it for you. The calendar floats up to the left in my browser, is this where you want it to live?
I have cleaned up the page a little and used absolute paths to images so I could test it on my machine (
http://www.funkidsjumpers.com/image.gif instead of just image.gif). You will need to remove that full path (
http://www.funkidsjumpers.com/) to make it work locally there again. I have put the page in a zip file as an attachment here.
As I say, I'm not sure of your intentions with positioning etc. but this has cleaned things up a little for you and you may be able to run with it from here.
Dave.