.promo_holder {
	width:500px;
	margin:0 auto 0 auto;
}

.promo_image {
	float:left;
	height:210px;
	width:265px;
	background-image:url('../images/promo_frames/large_frame.gif');
	background-repeat:no-repeat;
}

.promo_image img {padding:31px 0 0 35px;}

.promo_copy {
	margin:0px 0 0 0;
	width:230px;
	float:right;
}

.promo_copy p {
	font-size:0.8em;
}

/* Double promo holder */

.double_promo_holder_one {
	width:300px;
	float:left;
}

.first_promo_image {
	float:left;
	height:150px;
	width:170px;
	margin-right:5px;
	background-image:url('../images/promo_frames/small_frame_one.gif');
	background-repeat:no-repeat;
}

.first_promo_image img {
	padding:22px 0 0 23px;
}

.first_promo_copy {
	font-size:0.8em;
	padding-left:10px;
}



.double_promo_holder_two {
	width:300px;
	margin:70px 0 0 15px;
	float:left;
}

.second_promo_image {
	float:left;
	height:150px;
	width:170px;
	margin-right:5px;
	background-image:url('../images/promo_frames/small_frame_two.gif');
	background-repeat:no-repeat;
}

.second_promo_image img {
	padding:19px 0 0 19px;
}

.second_promo_copy {
	font-size:0.8em;
	padding-left:10px;
}