/*CSS for the banner ad on the home page of the site. */
#banner_hp
{
	background-image: url(../images/promo_box.jpg);
	background-repeat: no-repeat;
	width: 377px;
	height: 145px;
	padding-left: 10px;
	padding-top: 7px;
}

#banner_image
{
	float: left;
	width: 101px;
}

#banner_copy
{
	float: right; 
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 13px;
	padding-right: 30px;

}
