Looks nice. Good colors.
I think I would have avoided the use of TABLE-based layout though, the pages loads in 'sections' and this is not 'tabular data' being presented. Using DIVs and ULs (esp. for the navigation buttons) would achieve the same result with less code, more semantic and Accessible for user-agents for the handicapped.
A few small errs, nothing difficult to fix. Things like:
<td height="50"><h1>
<div align="center">Website <b>inspiration</b>, Website <b>innovation</b>, Website <b>creation</b></div>
</h1></td>
"DIV in H-tag" not allowed. Remove the DIV and apply the declarations/selectors directly to the H-tag and it does the same thing with less code, and validates.
This actually looks more like a 'list' and could be written-up that way. Again, for accessibility and brevity of code.
A nice-looking site. :-)
I build for: Firefox and tweak for IE
Bookmarks