body {
	background-color:#c2b08a;
	margin: 0px;
}
.header_bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position:left;
}
.middle_bg {
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	/*height: 490px;*/
}
.bg_img {
	background-image: url(../images/bg_img.jpg);
	background-repeat: repeat-y;
}
.wht_mid_bg{
background-image:url(../images/wht_mid_grad.gif);
background-repeat:repeat-x;
}
.border1{
border:#c47d85 1px solid;
background-color:#ebecec;
}

.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #864545;
	text-decoration: none;
}
a.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a:hover.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

