body{background:#eaedf1}
.about-us-container
{
	display: block;
	margin: 15px 20px;
	height: auto;
}
.about-us-title
{
	color: #404040;
	margin: 0 0 5px;
	padding: 0;
	font-family: Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5)
}
.about-us-content
{
	display: block;
	color: black;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	margin: auto;
	max-width: 100%;
	color: #666;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0 10px;
}