#about_us {
}

	#about_us h2 {
		text-align: center;
		color: #6B5734;
	}
	
#about_side_bar {
	float: right;
	width: 220px;
	background-color: #6B5734;
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
	#about_side_bar a {
		color: #FFFFFF;
		font-size: 16px;
	}
	
#about_us img {
	margin: 10px;
}