#promotions {
        float: right;
        width: 139px;
        font-size: 12px;
	margin-top: -4px;
}

#promotions a {
	text-decoration: none;
	color: white;
}

#promotions a:hover {
	color: #b26720;
}

#promotions h3 {
        font-size: 14px;
        margin-bottom: 2px;
}

.promo-module {
}

.promo-top {
	overflow: hidden; 
	width: 139px; 
	height: 7px; 
}

.promo-body {
	overflow: hidden; 
	width: 139px; 
	background: url(/images/promo-left.png) repeat-y;
}

.promo-content {
	margin-left: 12px; 
	padding: 0px 5px 5px 5px; 
	width: 117px; 
	color: white; 
	text-align: center;
}

.promo-content-one {
	background-color: #37211c; 
}
.promo-content-two {
	background-color: #573626; 
}
.promo-content-three {
	background-color: #573626; 
}
.promo-content-four {
	background-color: #7c5738; 
}

.promo-bottom {
	overflow: hidden; 
	clear: both; 
	width: 139px; 
	height: 11px; 
	background: url(/images/promo-bottom.png) repeat-y;
}

.promo-one {
	background-image: url(/images/promo-top-one.png);
}

.promo-two {
	background-image: url(/images/promo-top-two.png);
}

.promo-three {
	background-image: url(/images/promo-top-three.png);
}

.promo-four {
	background-image: url(/images/promo-top-four.png);
}

