* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 14px;
}
html, body {
	height: 100%;
	background-image: url(images/tal_top.jpg);
	background-repeat: repeat-x;
	background-color: B6B8A8;
	font-family: "Myriad Pro", Tahoma, Arial;
	font-size: 14px;
	color: #4B493E;
}
a {
	text-decoration: none;
	color: #CC6600;
}

a:visited:hover{text-decoration: none; color: #FFFFFF}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-right: 25%;
	margin-bottom: -91px;
	margin-left: 25%;
	width: 766px;
}
.footer, .push {
	height: 91px; /* .push must be the same height as .footer */
}

.footer {
	background-image: url(images/bg_footer.jpg);
	color: #FF9933;
	height: 91px; /* .push must be the same height as .footer */

}

#header {
	width:766px;
	height:415px;
	z-index:1;
	margin-right: 25%;
	margin-left: 25%;
}

h3 { font-family:}

.wrapper .content-left {
	width: 423px;
	margin-left: 33px;
}
.border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #625F51;
	
}
.coupon {
	border: 3px dashed #FAA23E;
	padding: 30px;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
