.banner {
	width: 100%;
	height: 300px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.body-container {
	width: 100%;
	max-width: 960px;
	float: center;
	margin: 0 auto;
}
.body-content-left {
	width: 50%;
	min-width: 250px;
	float: left;
}
.body-content-right {
	width: 50%;
	min-width: 250px;
	float: left;
}
.body-content-left-pad {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.body-content-right-pad {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.body-title {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.body-paragraph {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.body-text-large {
	color: rgba(150,150,150,1.0);
	font-size: 30px;
	font-weight: lighter;
	line-height: 30px;
	padding-bottom: 20px;
}
.body-text-medium {
	color: rgba(100,100,100,1.0);
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
}
.body-text-small {
	font-size: 14px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}
.body-text-tiny {
	font-size: 12px;
	font-weight: normal;
}
