#main-content {
	background-color: white;
}

#about-us .top {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 380px;
}
#about-us .top .text {
	vertical-align: top;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
#about-us .top .title {
	font-size: 22px;
	text-shadow: 1px 1px 1px #898989;
	margin-bottom: 75px;
	text-align: center;
}
#about-us .top .content {
	font-size: 15px;
	line-height: 180%;
}
#about-us .top .content h3 {
	color: white;
	font-size: 16px;
	text-shadow: 1px 1px 1px #232323;
	margin: 30px 0px;
	padding-left: 10px;
	background-image: -webkit-linear-gradient(left, #32abd4, white 50%, white);
	background-image: -moz-linear-gradient(left, #32abd4, white 50%, white);
	background-image: -o-linear-gradient(left, #32abd4, white 50%, white);
	background-image: -ms-linear-gradient(left, #32abd4, white 50%, white);
	background-image: linear-gradient(to right, #32abd4, white 50%, white);
	background-color: #32abd4;
}
#about-us .top .content p,
#about-us .top .content ul {
	margin-bottom: 20px;
}
#about-us .top .content ul li {
	background: url("/static/img/page/initial/arrow-head.png") no-repeat 0px 7px;
	padding-left: 18px;
	margin-left: 30px;
}
#about-us .top .image {
	width: 1380px;
	height: 125px;
	background-image: url("/static/img/page/about_us/about-us.png");
	background-position: center;
	display: inline-block;
	margin-bottom: -100px;
}

#about-us .bottom {
	background-color: white;
	border-top: 3px solid #262626;
	border-left: 1px dotted #262626;
	border-right: 1px dotted #262626;
	text-align: center;
}
#about-us .bottom .container {
	width: 1320px;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}
#about-us .bottom .title {
	font-size: 18px;
	text-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 10px;
}
#about-us .bottom .content {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
}
