#promotions {
	margin: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Sans-Serif; 				
	font-size: 11px;
	color: #767676;
}

#promotions img {
	float: left;
	width: 120px;
	height: 100px;
	margin-right: 10px;
}

#promotions .p1 {
	background-image: url('images/bg_promo.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 340px;
	height: 100px;
	padding: 10px;
	margin: 0;
	border-top: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
	border-right: solid 1px #c6c6c6;
}

#promotions  .p2 {
	background-image: url('images/bg_promo.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 340px;
	height: 100px;
	padding: 10px;
	margin: 0;
	border-top: solid 1px #c6c6c6;
	border-right: solid 1px #c6c6c6;
}

#promotions a {display: block; font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Sans-Serif; color: #3c3c3c; font-size: 13px; text-decoration: none; padding-bottom: 5px;}
#promotions a:hover {color: #f00}