/* CSS Document */

#promobox
{
	width:900px;
	height:104px;
	background-image:url(../images/text-headers/promo-box.png);
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
}

#promoheadertext
{
	font-size:17pt;
	font-family:"Trebuchet MS";
	color:#ad6c2b;
	font-weight:bold;
}
#promotextparagraph
{
	font-size:9.5pt;
	font-family:"Lucida Grande";
	color:#7a4b1d;
}
#promoheader
{
	width:800px;
	float:left;
	margin-left:20px;
	margin-top:8px;
}
#promotext{
	
	width:800px;
	margin-top:8px;
	margin-left:20px;
	float:left;
}

