.div_banner {
	width: 100%;
	border-bottom: solid;
	border-bottom-color: rgba(237,28,36,1.0);
	border-bottom-width: 1px;
}
.div_banner-container {
	background-color: #2E3638;
	height: 350px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(237,28,36,1)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(255,255,255,1), rgba(237,28,36,1)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(237,28,36,1)); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(255,255,255,1), rgba(237,28,36,1)); /*Standard*/
}
.div_banner-content-left {
	width: 60%;
	float: left;
}
.div_banner-content-right {
	width: 40%;
	float: left;
}
.div_banner-content-center {
	padding-left: 15%;
	padding-right: 15%;
	float: center;
	text-align: center;
}
.div_banner-text-larger {
	color: rgba(237,28,36,1.0);
	font-size: 50px;
	font-weight: lighter;
	line-height: 54px;
	padding-bottom: 30px;
}
.div_banner-text-large {
	color: rgba(255,255,255,1.0);
	font-size: 30px;
	font-weight: lighter;
	line-height: 34px;
	padding-bottom: 30px;
}
.div_banner-text-medium {
	color: rgba(0,0,0,1.0);
	font-size: 20px;
	font-weight: lighter;
	line-height: 24px;
}
.div_banner-text-small {
	color: rgba(255,255,255,1.0);
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
}
.div_banner-text-smaller {
	color: rgba(255,255,255,1.0);
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
}
.div_banner-text-tiny {
	color: rgba(255,255,255,1.0);
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
}