/*
	About page
*/
.middle .about {
	padding-bottom: 100px;
}
.middle .about .bar {
	width: 980px;
	height: 41px;
	background-color: #f6f5f5;
	float: left;
	border: 1px solid #eae9e9;
}
.middle .about .bar  .bar-main {
	width: 700px;
	margin-left: 20px;
	float: left;
}
.middle .about .bar .bar-side {
	width: 220px;
	margin-left: 20px;
	float: left;
}
.middle .about .bar .manifesto-title {
	width: 63px;
	height: 10px;
	background-image: url("../images/site/about-manifesto-title.png");
	margin-top: 14px;
}
.middle .about .bar .announce-title {
	width: 66px;
	height: 10px;
	background-image: url("../images/site/about-announce-title.png");
	margin-top: 14px;
}
.middle .about .bar .partners-title {
	width: 119px;
	height: 13px;
	background-image: url("../images/site/about-partners-title.png");
	margin-top: 14px;
}
.middle .about .bar .info-title {
	width: 97px;
	height: 10px;
	background-image: url("../images/site/about-info-title.png");
	margin-top: 14px;
}
.middle .about .main {
	float: left;
	width: 700px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.middle .about .side {
	float: left;
	width: 220px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.middle .about h1 {
	font-weight: bold;
	font-size: 24px;
	color: #666666;
}
.middle .about h2 {
	color: #c3c1c1;
	font-size: 13px;
	font-weight: normal;
}
.middle .about p {
	color: #666666;
}
.middle .about a {
	color: #5ec5f3;
}


