I like the minimalistic look, very clean.
Under the hood it could use some work though. You should think about getting rid of the rollovers in javascript and just use css to accomplish this. From the looks of your code it could save you a considerable number of lines.
Also you should definitely get rid of every font tag and any other deprecated html tag and replace them with css either embedded or external (I'd go with external so you can reuse it on every page and it be cached in the user's browser).
If you wind up doing all of that then you might even think about doing an entirely table-less design. With the simple look it would be quite easy to transition it over and get rid of the tables.
__________________
Bryan DeNosky
|