You've got a really nice looking website.
Unfortunately, not many folks surfing the web on dialup connections are going to see it.
You've got over 300k of graphics on your site. That and the rotating java applet are really slowing the load time for your index page.
Most folks surfing with dialup connections won't wait for more than around 60-80k max to download, then they're gone to another site that loads faster. I'd reconsider some of those graphics if I were you.
You've also got an awful lot of bloated code on your site:
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
</p>
</td></tr></table><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top" width="1%">
</p>
<font size="2"> </font></p>
</p>
There's nothing going on with any of this code. It's attempting to space your page to look nice, but it's just making your source code larger than it needs to be.
I suggest streamlining the code a bit by removing some of the excess tags and use code that validates using W3C standards at
http://validator.w3.org/, starting with a proper DOCTYPE for your page.
You've got a really good-looking site. Even if you only do a little work with your graphics, that'll help you quite a bit!
HTH!