html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #831712;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	color: #3C1300;
}

a {
	text-decoration: none;		
}
a:hover {
	text-decoration: underline;		
}

td img {
	display: block;
	}



.cntnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/cntnt.jpg);
	background-repeat: no-repeat;
	background-color: #F1CA7F;
	padding-top: 57px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
	color: #3C1300;

}

.lrepeat {
	background-image: url(../images/left_repeat.gif);
	background-repeat: repeat-y;
	background-color: #F1CA7F;

}

.rrepeat {
	background-image: url(../images/right_repeat.gif);
	background-repeat: repeat-y;
	background-color: #F1CA7F;

}

.bgcolor {
	background-color: #F1CA7F;

}

.bgbottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #E98327;
	padding-top: 21px;

}

.bottomfcolor {

	color: #E98327;

}

.boldbigger {
	font-size: 15px;
	font-weight: bold;
}

.imgborder {
	border: 1px solid #BB754A;
	padding: 3px;
}

.imgborderleft {
	border: 1px solid #BB754A;
	padding: 3px;
	margin-right: 10px;
}


.imgborderref {
	border: 1px solid #BD9B5B;
	padding: 2px;
}

.linkarrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #831712;
	font-weight: bold;
	line-height: 20px;
	}

#tdoffer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #C4943C;
	border-right-color: #C4943C;
	}

#tdoffer td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C4943C;
	border-left-color: #C4943C;
	}

.linkcolor {
	color: #831712;
	line-height: 16px;
	}