html {
	background: #965037 url(/images/background.gif);
}
body {
	color: #6a051f;
	font-family: Georgia;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}
td {
	font-size: 12px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #6a051f;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-family: Georgia;
	font-weight: normal;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #6a051f;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: lowercase;
}
h2 {
	width: 350px;
	font: 14px "Lucida Grande";
	font-style: italic;
	color: #7d615d;
	padding: 10px 0 0 20px;
}
h3 {
	width: 350px;
	font: 14px "Lucida Grande";
	font-style: italic;
	font-weight: bold;
	color: #3f729c;
	border-bottom: 1px dashed #99b9dd;
	padding: 2px 0 2px 0;
}
table.book {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent url(/images/page-background.gif) 50% 0 repeat-y;
	text-align: center;
}
table.book td {
}
td.book {
	padding: 0;
	text-align: center;
	vertical-align: top;
}
div.book {
	width: 907px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0 0;
}
.menu {
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}
.menu a:link, .menu a:visited {
	color: #6a051f;
	text-decoration: none;
}
.menu a:active, .menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.right-side {
	font-size: 14px;
	padding: 10px 0 0;
}
.left-side {
	width: 350px;
	text-align: left;
	padding: 25px 0 10px 0;
	font-size: 13px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.cart {
	background: url(http://hauntsoap.com/images/cart-background.gif) repeat x;
	width: 600px;
}
.footer {
	font-size: 11px;
	padding: 5px 0 0 0;
}
