#left_content {
	float: left;
	width: 182px;
	background: white;
	padding: 10px 10px 100px 10px;
}

#left_band {
	border-bottom: 18px solid #3a529a;
	width: 202px;
	float: left;
	line-height: 0px;
}

#left_content h1 {
	margin-bottom: 30px;
	margin-top: 45px;
}


#right_content {
	float: right;
	width: 495px;
	background: #dfdfdf;
	padding: 0;
}

#right_content img {
	margin-top: 100px;
	margin-left: 1px;
}

#right_band {
	border-bottom: 18px solid #c4cbe1;
	width: 495px;
	float: right;
	line-height: 0px;
}