* Your CSS for a:link,visited,etc. doesn't work in Mozilla. They show as default, which is ugly and difficult to read over the dark BG.
*The splash page detracts from the site. It is not there for any purpose (does not provide site specs, browser/plug - in requirments) so it is only excess bandwidth.
* The hard edges of the photos in the header are a little off putting, especially the one between the T and I in Beautiful. As much as I hate bodgey montage's, I think you may need to montage these images.
* For my eye, there isn't enough contrast between the three background colours you've used. I would make the area surrounding the content lighter.
*The >> before the navigation is really tacky and dated. If you want a bullet, do it in CSS with display:block;padding-left:10px;background-img:url (image.gif); in the CSS for the links (<a>)
*Your code is a bit of a mess
You've got CSS that doesn't work, all sorts of deprecated tags (<font> is a BIG no-no for new pages USE CSS!)
tables all over the shop and calls to classes that don't exist
Quote:
|
<p class="papy" align="justify">
|
You asked for it
**edit: AND you don't have a Doctype or Character set declared...