@charset "utf-8";

div.left {
	width: 419px;
	margin: 4px 26px 22px 0px;
	float: left;
	text-align: center;
	background-color: #f1ead3;
	border: 1px solid #c7b785;
	border-radius: 3px;
}

div.right {
	width: 419px;
	margin: 4px 0px 22px 26px;
	float: right;
	text-align: center;
	background-color: #f1ead3;
	border: 1px solid #c7b785;
	border-radius: 3px;
}

	div.news {
		height: 58px;
	}

	div.news h5 {
		margin: 0px !important;
		padding: 9px 0px 0px 10px;
		font-family: 'Open Sans', Arial;
		font-size: 14px;
		font-weight: 400;
		color: #c7b785;
	}

	div.news p {
		width: auto;
		height: auto;
		padding: 2px 0px 0px 10px;

	}