@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #333333;
	font-weight: bold;
}
.topFluer {
	background-image: url(images/fluerTop.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bodyTable {
	background-image: url(images/fluerR.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu {
	color: #dbbf81;
	text-decoration: none;
	margin: 10px;
	font-weight: normal;
	font-size: 11px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
	padding: 5px;
}
.textBG {
	background-image: url(images/homeTextBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Impact;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.storeCats {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.storeBody {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
