.h1_fx {
	width: 520px;
	height:200px;
	/*height:150px;*/
position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.8em;
	color: #333;
	text-align:left;
	line-height:1em;
	padding-top: 65px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image:url(../img/css_green_back.jpg);
	background-repeat:repeat-x;
	white-space:normal;
}
.h1_fx span#grunge_back {
	display:block;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: transparent url(../img/grass.png) no-repeat;
	visibility: inherit;
}
.h1_fx b {
	display: block;
	line-height: 15px;
}
.h1_fx b:first-letter {
	font-size: 0.8em;
	vertical-align:super;
}
