img {
	border-width: 0;
	border-style: solid;
	border-color: #ccc;
}

#banner {
	height: 188px;
	position: relative;
	overflow: hidden;
}

#banner-text {
	position: absolute;
	top: 35px;
	left: 40px;
	color: #762123;
	font-size: 25px;
	line-height: 25px;
}

#banner-text strong {
    font-family: Aller, Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 35px;
}

#banner-text em {
	font-size: 15px;
    font-family: AllerItalic, Arial, Helvetica, sans-serif;
	color: #264c93;
}