.navlist3 {
	width: 16%;
	height: 100%;
}
#about_container {
	float: left;
	width: 84%;
	overflow: auto;
}
.about_inner {
	margin: 10px 10px 0px 10px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.navlist3 {
		width: 20%;
		height: 100%;
	}
	#about_container {
		float: left;
		width: 80%;
		overflow: auto;
	}
}

@media (max-width: 750px) {
	.navlist3 {
		width: 24%;
	}
	#about_container {
		width: 76%;
	}
}
@media (max-width: 600px) {
	.navlist3 {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	.navlist3_border {
		border: none;
	}
	a.navlist3_item {
		display: none;
	}
	.navlist3_head {
		display: none;
	}
	.navicon {
		display: block;
	}
	#about_container {
		width: 100%;
		height: auto;
	}
	.about_inner {
		margin: 10px 0px 0px 0px;
	}
}
