#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	font: normal 24px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	background: url("new_site/images/feature_bug.png") no-repeat top right;
	background-float: right;
}

#main h1.no_image {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	font: normal 24px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	background: none;
}