Here's my .02.
The code in the the top of your home page is a mess. Your meta description doesn't read well at all and there's little in it that'd convince a user to click on it. Consider revising it so that it describes the site theme but also so that it looks inviting.
You've got too many keywords and they don't seem very focused. You'd do well to trim those down to about 8 keywords or short keyphrases that really describe what your site has to offer. Always try to use words people would type when looking for a site such as yours.
Here's a cleaned up version of your header code:
Code:
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Window and Home Jewelry</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="http://wahomejewelry.com/images/Lucky_star1logo.jpg" />
<script type="text/javascript" src="http://wahomejewelry.com/modules/luckyphoto/LuckyPhoto.js"></script>
<link href="http://wahomejewelry.com/templates/rhuk_solarflare_ii/css/template_css.css" rel="stylesheet" type="text/css" />
<base href="http://wahomejewelry.com/" />
</head>
I'm only going to touch briefly on the page design: Chocolate brown with pink text?? Lighten up the page and make it easy to read and to print.
Holy discount pages, Batman! More pink on brown? minty green on brown? orange on brown? gold on brown??? I don't want to come off as a jerk, but honestly, it kind of reminds me of...
Your menus need some love too. Lighten them up so they're readable and stand out from the background.
Pick a colour palette that incorporates some lighter shades for your menu and content backgrounds. If at all possible, try to stay away from bold or dark background colours.
Pages should be easy to read as well as print.
Good Luck.