@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	height:100%;
	width:100%;
	/*background-color:#F1F1DA;*/
	background-color:#3E2021;
	background-image:url(images/oak_floor.jpg);
	}
.mainText {
	font-family:Verdana;
	font-size:12px;
	color:#5C2326;
	}
.mainTextBold {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#5C2326;
	}
.mainTextBoldHeader {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#5C2326;
	}
.mainText a {
	font-family:Verdana;
	font-size:12px;
	color:#5C2326;
	}
.mainText a:hover {
	font-family:Verdana;
	font-size:12px;
	color:#83484C;
	}
TD {
	font-family:Verdana;
	font-size:12px;
	}
.copyright {
	font-family:Verdana;
	font-size:10px;
	color:F3F3B5;
}
.copyright a {
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:F3F3B5;
}
.specialsTextHeader {
	font-family:Verdana;
	font-size:12px;
	color:#5C2326;
	font-weight:bold;
	}
.specialsTextDescription {
	font-family:Verdana;
	font-size:12px;
	color:#5C2326;
	}
.specialsTextPrice {
	font-family:Verdana;
	font-size:12px;
	color:red;
	font-weight:bold;
	}
.specialsTextMore {
	font-family:Verdana;
	font-size:12px;
	color:#5C2326;
	text-decoration:none;
	font-weight:bold;
	}
.header {
	color:F3F3B5;
}
.specialsTextDescriptionLarge {
	font-family:Verdana;
	font-size:13px;
	color:#5C2326;
	}
.specialsTextPriceLarge {
	font-family:Verdana;
	font-size:13px;
	color:red;
	font-weight:bold;
	}
.VoucherTextBoldHeader {
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	}
.VoucherTextNorm {
	font-family:Verdana;
	font-size:13px;
	color:#000000;
	}
.VoucherTextBoldDate {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.BackgroundIMG{
	background-image:url(images/hands.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}