.promo_text_div {
	width: 129px;
	height: 100px;
	float: right;
}

.promo_tile_img {
	width: 109px;
	height: 96px;
	float: left;
	padding: 4px;
	overflow: hidden;
}

.promo_tile {
	height: 100px;
	width: 250px;
	background-image: url('tile_full_slice1.png');
	background-repeat: repeat-x;
	text-align: left;
}

/*
div {
	border: solid 1px;
	border-color: black;
}

div p {
	border: solid 1px;
	border-color: black;
}
*/

p.promo_text {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	height: 60px;
}

p.promo_link {
/*	height: 45px;*/
}

p.promo_link a {
	color: #E5B53A;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;	
}
p.promo_link a:hover {
	text-decoration: underline;
}
