I think the redesign looks pretty clean. I like the logo also. Here are some things I don't like. Every link on your page links to a different template. Why didn't you incorporate your home page template throughout the site? It would look a lot more professional and cohesive.
I also think you should go with with a color rollover, don't use the italicized rolloever text, not needed.
I'm pretty sure the reason the line/box shows up at the bottom of your home page is due to the fact that you don't have closing </body> and </html> tags at the end of the code.
You should also use relative links for any images you are linking to in your code. This will help make the site easily mobile if the site ever changes its url, so for example instead of typing a link like this, http://thebams.org/new/images/foot.jpg, it should be "/new/images/foot.jpg", or "../new/images/foot.jpg"
Thanks,
Chris
|