Asthetically, it is quite nice, but when I took a look at the code I couldn't help but notice you were using depreciated elements such as the horrid <font> tag. Also, nested tables are rarely a good thing, and you did not specify a doctype (which is probably good, as you are using invalid code). Add a doctype to your pages, and run them through the validator on the W3C's site (http://validator.w3.org/). Once you fix those up, it will be a much better site. If you want a truly great site, use XHTML for structure, and CSS for the presentational aspects of the site. 🙂