.center {
	position: relative;
	width:1000px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}

.menu_nav {
	position: relative;
	float: left;
	width: 140px;
	font-size: 20px;
	color: rgb(61, 61, 61);
}
.menu_nav li{
	position: relative;
	margin-top: 50px;
}
.menu_nav li a {
	color: #000000;
	cursor: pointer;
}
.menu_nav li a:hover {
	color: rgb(255, 86, 85);
}
.menu_nav li a.current {
	color: rgb(255, 86, 85);
}

.content {
	position: relative;
	float: right;
	width: 799px;
    padding-top: 70px;
    padding-left: 60px;
    border-left-color: rgb(230, 230, 230);
    border-left-width: 1px;
    border-left-style: solid;
}

#about {
	margin-bottom: 100px;
}
#about h1 {
	color: rgb(41, 41, 41);
	padding-bottom: 40px;
	font-size: 36px;
	border-bottom-color: rgb(230, 230, 230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#about p {
	line-height: 40px !important;
	color: rgb(102, 102, 102) !important;
	padding-top: 27px;
}

#culture {
	margin-bottom: 100px;
}
#culture h1 {
	color: rgb(41, 41, 41);
	padding-bottom: 40px;
	font-size: 36px;
	border-bottom-color: rgb(230, 230, 230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#culture p {
	line-height: 40px !important;
	color: rgb(102, 102, 102) !important;
	padding-top: 27px;
}

#team {
	margin-bottom: 100px;
}
#team h1 {
	color: rgb(41, 41, 41);
	padding-bottom: 40px;
	font-size: 36px;
	border-bottom-color: rgb(230, 230, 230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#team p {
	line-height: 40px !important;
	color: rgb(102, 102, 102) !important;
	padding-top: 27px;
}