You have some improperly-nested HTML tags, there. For example:
<font face="Arial Black" style="font-size: 10pt" color="#501432">
Our Services</font></p>
<p style="margin-left: 3; margin-top: 15; margin-bottom: -15">
<span style="margin-left: 3; margin-top: 15; margin-bottom: -15"
style="font-weight: 700; font-size: 9pt; color=" #501432">
<a href="../services/management-consulting.htm">Management</a>
</span>
<span style="margin-left: 3; margin-top: 15; margin-bottom: -15;
text-decoration:underline">
</font></span>
For example, the last three tags -- <span></font></span> -- are a clear
violation.
If you open the page in Design view and click Show All (the backwards P) on
the Standard toolbar, these will show up as <?> icons.
BTW, the typography for this page is a mess. You'd be far better off
defining named CSS rules for the styles you want, and then applying those
style names.
For starters, remove all the <font> and </font> tags from your page, then
follow the instructions at:
Controlling Fonts for an Entire Web Site
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=2
Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------