One thing I noticed when I first loaded your site (but not after the second page) that will KILL it in terms of SERP ranking: you have a PHP session ID embedded in your links. You need to get rid of that anywhere that it appears in your code. That's just a death sentence.
Second...I like the site overall. I've always been a fan of Native/Inuit art since it's about the only stuff left that still makes any sense and this is no different.
Lots of info in general, and decent text writing as CJacobson pointed out.
My own personal nitpicks:
1) I thought the pics at the top of the page linked to their sculptures for a second. I don't know what threw me (maybe the location, maybe the border, maybe both) but for some reason, they look clickable.
2)
http://www.inuitartpod.com/products.php?id=15
"GUARANTEE" is misspelled.
3) I like your logo. It looks cool.
4) The problem with the photography that I could see is that it was obvious that you were doing it on a drop sheet. Smooth the wrinkles out on the sheet and then retake the shots. Otherwise, it just looks like you're shooting the pics on someone's bed.
Maybe put them on a table with a white wall background.
As far as changing the title on every page, I don't know if it's doable in PHP but it should be. When I do a site like this (in ASP), I retrieve the content, then create the HTML output. That way, if I want to change a title on the fly, I can do that. The same should apply here.
On your checkout (which I tested and clearly indicated as such), City, Province/State, and Country should be in the opposite order than they are now.
You'll see other obvious fake data put in there. I was intentionally trying to throw your system so that you could see where to fix it. (Specifically the bad email address). I wasn't trying to be a jerk myself: I was just trying to imitate the behaviour of jerks I've seen try to (and sometimes actually) screw up my carts. So don't take my order as a joke, please (although I don't want it). I just wanted to find the flaws.
You should have Canada Post shipping if possible, not just UPS. Mind you, the way CP is around here, I wouldn't be surprised if they can't physically ship your products because they're too big.
This is what shows up on the payment page:
Special Instructions: I don\\\'t actually want the item. This order will be abandoned. It\\\'s a test of the ordering process.
The slashes, although I suspect they're there for the forming of the SQL query, should be removed. I never put them in.
TOTAL: 1,205.22 USD
(1,405.67 CAD)
I like the conversion, but why not convert it the whole way through, or leave it as one currency? Personally, I'd leave it as Canadian if that's what people are going to be billed in.
http://www.inuitartpod.com/gift.php?cur=2
The currency is too small to read on this page at 1024x768.
Most of what I'm doing or picking at is pretty minor stuff though. I really do like the site overall. I just try to review them like a jackass, since it's the jackasses that will give you the most problems and you can head them off at the pass this way.