In a nutshell, Frontpage as a tool is inappropriate for this purpose.
How so? Frontpage relies on a feature called "tables" for its layout capabilities. This CMS is using CSS and web designers in general are moving toward using CSS instead of tables.
Really, what you ideally would want to do is to take your existing text and images, and remove old things like FONT tags. You will define those in custom CSS stylesheet instead.
I've looked at your site, and it is sprinkled with CSS code all over its table design elements.
The fastest way to convert it to pure CSS is to use a tool such as Topstyle Pro 3.11 (it has a neat feature that upgrades old HTML code to CSS-optimized code), but that may not even be necessary. You generally want to make the overall layout as standard as possible and use a global stylesheet to manage everything.
The default template in current code is still a little difficult to use. I should know, I spent a week getting things to work for me and finally gave up and created another template that works like a dream. We are working on documenting the default template code and making it easier for people not familiar with CSS to use as well as more forgiving. I use a custom template on my site, and it will happily consume any existing content. I am in the process of integrating that code with the default template to hopefully make something that would be ready to use out of the box since as it is currently, it doesn't look like the default template works correctly when bad code is thrown at it.
If you want it, I can certainly provide you with the code, but it's not pretty yet.
