Congratulations on the grand opening of your new site, Nicole! You've got a great start. A few things I would throw out there:
- I first notice how long your images take to load, and that would be because you are pulling in full-size images via your <img> tag and then using height= and width= attributes to limit them on the page. Consider resizing the images called with the <img> tag to the actual size they will appear on the page, then if you want to link to the full-size image, you can use an <a href> tag to make the image clickable up to the bigger size. For example, <a href="example-full.jpg" target="_new"><img src="example-small.jpg"></a>. This will create a link from the smaller picture to the larger when clicked on, and will make your page load much more quickly.
- Your color scheme doesn't seem to mesh well right now.
http://susanreynolds.blogs.com/refer...us_color_.html (which I just found via TPF, thank you mates!) and others like it are good sources for complimentary color schemes.
- Your Gallery page and others require horizontal scrolling, even on my 1024x786 resolution setting, which is frowned upon. Try making the page to only need scrolling vertically.
I think once those issues are addressed, you will have a better idea of where you want to go with your site. I think the biggest issue right now is load times because of pulling the full-size images straight to the page; if I were a customer and had to wait that long just to view your gallery, I'd be on to the next site already. Logical navigation, clean presentation, and speed will get you customers any day. Good luck!
-