body {
		margin:0;
		font-family:Arial, Helvetica, sans-serif !important;
		font-size:12px !important;
		color: #232323;
		background-color: #f8f8f8;
		}
#title {
		height: 50px;
		width: 150px;
		padding-top: 24px;
		}
.banner {
		position: relative;
		top: 150px;
		height: 100px;
		width: 180px;
		background: #000; 
		padding-left: 28px;
		}
		
.body_container {
	background-image: url(../_images/Background_2.png);
	background-size: 1030px 561px;
	background-repeat: no-repeat;
	background-origin: border-box; 
	background-color: white;
	height: 561px;
	width: 1030px;
	position: absolute;
	border: 1px solid #ccc;
	top: 50px;
	left: 50px;
}

#intro {
	position: absolute;
	top: 132px;
	left: 185px;
	width: 400px;
	font-family: Georgia, serif !important;
	font-size: 16px !important;
	color: #5c4e38;
	line-height: 1.4;
	
}

#lede {
	padding-bottom: 10px;
	display: inline-block;
}

#main {
	position: absolute;
	top: 260px;
	left: 190px;
	width: 400px;
	font-family: Georgia, serif !important;
	font-size: 16px !important;
	color: #5c4e38;
	line-height: 1.4;
	
}