body {
    font-family: Verdana, sans-serif;
    font-size: small;
	color: #333;
	background: url(../img/bg_body.gif) repeat;
	margin: 0 0 20px 0;
	padding: 0;
}
a {
    text-decoration: none;
    color: #993333;
}
a:hover {
    color: #660000;
}

#pagewrap {
	width: 946px;
	margin: 0 auto;
	border: 2px solid #ffcc33;
    background: url(../img/bg_pagewrap.gif) repeat;
}

#navbar {
    text-align: center;
    background: url(../img/bg_navbar.gif) repeat;
    border-top: 1px solid #cccc99;
    color: #fff;
    font-weight: bold;
}
#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 3px 0 4px 0;
}
#navbar ul li {
    display: inline;
    padding: 0 17px;
}
#navbar a {
    color: #ffcc33;
}
#navbar a:hover {
    color: #ccc;
}

#content {
    margin: 10px;
    font-size: 90%;
}
#content .left {
    float: left;
    width: 500px;
    margin: 8px 0 0 0;
}
#content .left.product {
    width: 280px;
}
#content .left.product img.catPhoto {
    width: 270px;
    height: 415px;
}
#content .left h3 {
    background: url(../img/bg_navbar.gif) repeat;
    color: #ffffcc;
    padding: 3px 0 3px 5px;
    margin: 7px 0;
}
#content #homeBox {
    border: 1px solid #ffcc33;
    background: url(../img/bg_cream.gif) repeat;
    margin: 0;
    padding: 3px 5px 3px 5px;
}
#content #homeBox p {
    padding: 0;
    margin: 3px 3px 5px 3px;
}
#content .right {
    float: right;
    width: 410px;
}
#content .right.product {
    width: 640px;
}
.product table td {
    vertical-align: top;
}

#content .right h3 {
    color: #993333;
    margin: 5px 0 5px 0;
}
#content .right ul {
    margin: 0;
    padding: 0 0 0 17px;
}
.listing {
    width: 300px;
}
/*.listing td {
    width: 50%;
}*/
.listing th {
    text-align: left;
    background: url(../img/bg_navbar.gif) repeat;
    color: #ffffcc;
    font-size: 110%;
    padding: 2px 0 2px 4px;
}
.listing td {
    padding: 2px;
}
.name {
    width: 220px;
}
.price {
    width: 80px;
    text-align: right;
}

#footer {
    text-align: center;
    padding-top: 5px;
}
#footer p {
    font-size: 70%;
    padding: 0;
    margin: 3px 0 5px 0;
}
#footer strong, .red {
    color: #993333;
    font-weight: bold;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}