.mainContainer_left {
	width: 559px;
	padding:  0px 9px 0px 8px;
	margin-left:1px; 
	background-color: #ffffff;
/*	border-left: 1px solid #ffffff; */
	float: left; 
}
.mainContainer_promo { 
	float: right;
	width: 180px;
	margin: 0px;
	padding:  0px 8px 0px 0px;
	background-color: #ffffff;
}
/* SMALL PROMO BOX STYLES (gray box) */
.promoSmall {
	width: 180px;
	height: 103px !important;
}
.promoBlackSmallTop{
	background: url('/images/bg/blackboxpromo_top.gif') no-repeat;
	line-height:4px;
}
.promoBlackSmallBody{
	padding:1px 9px 0px 9px;
	background: url('/images/bg/blackboxpromo_bg.gif') repeat-y;
}
.promoBlackSmallBottom{
	background: url('/images/bg/blackboxpromo_bottom.gif') no-repeat;
	line-height:9px;
}
.promoSmallTop{
	background: url('/images/bg/grayboxpromo_top.gif') no-repeat;
	line-height:4px;
}
.promoSmallBody{
	padding:1px 9px 0px 9px;
	background: url('/images/bg/grayboxpromo_bg.gif') repeat-y;
}
.promoSmallBody h1{
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px 0px 4px 0px;
}
.promoSmallBottom{
	background: url('/images/bg/grayboxpromo_bottom.gif') no-repeat;
	line-height:9px;
}
/* SMALL PROMO BOX INSET STYLES (white box within gray box) */
.promoSmallInset {
	width: 162px;
	height: 72px;
}
.promoSmallInsetTop {
	background: url('/images/bg/whiteboxpromo_top.gif') no-repeat;
	line-height:5px;
}
.promoSmallInsetBody {
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	padding: 3px 5px 6px 5px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.promoSmallInsetBody ul li{
	color: #646464;
	padding:0px 0px 0px 0px;
	font-size: .9em;
}
.promoSmallInsetBody a {
	color: #646464;
}
.promoSmallInsetBottom {
	background: url('/images/bg/whiteboxpromo_bottom.gif') no-repeat;
	line-height:6px;
}
