BODY {
	background-color: #787973;
	margin: 0px;
	background-image: url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.footer {
	background-image: url(images/bottom.gif);
	height: 81px;
	background-position: center;
	background-repeat: no-repeat;
}

.wrapperLeft {
	background: url(images/wrap_left_grad.gif) repeat-y;
	background-position: right;
	width: 10px;
}

.wrapperRight {
	background: url(images/wrap_right_grad.gif) repeat-y;
	background-position: left;
	width: 10px;
}

.navigation {
	background-image: url(images/nav_bg.gif);
	width: 179px;
}

.contactbox {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	background-image:url(images/contact_box.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: center;
}

.contactbox a, .contactbox a:visited {
	color: white;
}

.content {
	background-image: url(images/content_bg.gif);
}

.image {
	border: 1px solid #422A1E;
}

.textBgIndex {
	background-image: url(images/textbg_index.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.textBgIndex A {
	color: white;
	text-decoration: underline;
}

.charBackground {
	background-image: url(images/textbg_index.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.productShots {clear: both; float: left; margin: 0px 15px 15px 0px;}