body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #483C22;
	background-attachment: fixed;
	background-color: #FCEDC6;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #937B59;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #B9A891;
	padding-bottom: 5px;
}
hr {
	color: #B9A891;
	height: 2px;
	width: 100%;
	border: dashed;
}
a:link {
	color: #385A85;
	text-decoration: underline;
}
a:visited {

	color: #385A85;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
#banner {
	text-align: left;
	clear: both;
	float: left;
	background-image: url(images/bannerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 150px;
}
#bannerFunc {
	font-size: 11px;
	padding-top: 130px;
	clear: left;
	float: right;
	padding-right: 5px;
}
#buttonBar {
	background-color: #FDF6E2;
	padding: 0px;
	clear: both;
	width: 100%;
}
#button {
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #D1C8B1;
	padding-top: 5px;
}
#content {
	text-align: left;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: left;
	width: 760px;
}
#content img {
	float: right;
	border: 1px solid #D1C8B1;
	padding: 2px;
	margin-right: 5px;
}
#alignLeft {
	clear: both;
	text-align: left;
	margin: 2px;
	padding: 2px;
}
#alignLeft Img {
	margin: 1px;
	padding: 2px;
	border: 1px solid #D1C8B1;
}
#storeInfo {
	margin: 2px;
	padding: 2px;
	clear: both;
}
#storeInfo img {
	border: 1px solid #D1C8B1;
	float: left;
	margin-right: 5px;
}
#productItem {
	background-color: #F2F1EE;
	padding: 3px;
	float: left;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #D7E3E8;
}
#productItem img {
	margin: 1px;
	padding: 2px;
	border: 1px solid #D1C8B1;
}
