.generic h1
{
	color: #D61F26;
	font-weight: normal;
	font-style: italic;
	font-size: 2em;
	margin: 0;
}
.generic h1.heading-about-us
{
	height: 50px;
	margin: 10px 0 0 0;
	/*
	background-image: url(some-picture-of-heading-text-50px-high);
	background-repeat: no-repeat;
	*/
}
.generic h1.heading-about-us span
{
	/*
	display: none;
	*/
}