@charset "UTF-8";
#container {
	background-image: url(../images/background3.gif);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/front_logo.gif);
	height: 205px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #630D0D;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}#apSpecials img {
	padding: 5px;
}
#mainContent {
	/*background-color: #FFFFFF;*/
	background-image: url(../images/background_single.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	height: 82px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #630D0D;
}
#Lft  {
	width: 365px;
	float: left;
	padding: 25px;
}
#Rt  {
	width: 395px;
	float: right;
}
.red {
	color: #630D0D;
}
#mainContent #sub_bannerDiv {
	float: left;
	width: 598px;
}
#mainContent #specialsDiv {
	float: right;
	width: 175px;
	padding-top: 20px;
}

/*#mainContent #specialsDiv img {
	padding: 3px;
}
