@charset "utf-8";
/* CSS Document */
<!--

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#eeead7;
	margin:0;
}
-->
.titlesC1 {
	font-family: "Bell Gothic Std Black";
	font-size: 18px;
	color:#845600;
}
.titlesC2 {
	font-family: "Bell Gothic Std Black";
	font-size: 18px;
	color:#df9100;
}
.titlesSMc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#845600;
}
.titlesSMc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#df9100;
}
.shopstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#583900;

}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#583900;
}
.footer {
	font-family: Tahoma;
	font-size:10px;
	color:#000000;
}