.span-b {
	color: #111;
}

.span-h:hover {
	color: #111;
}

p, h3, h6 {
	cursor: default;
}

.container {
	margin: 100px auto;
	width: 1000px;
	height: 550px;
}

.header {
	width: 980px;
	height: 50px;
	padding: 20px 0 20px 20px;

	border-bottom: thin solid #ccc;
}

.body {
	width: 1000px;
	height: 440px;
}

	.body-left {
		width: 300px;
		height: 350px;
		padding-top: 80px;

		float: left;
	}

	.body-left h4 {
		cursor: pointer;
	}

	.body-left h4:hover {
		color: #777;
	}

	.body-right {
		width: 600px;
		height: 340px;
		padding: 50px;
		text-align: justify;

		float: left;
	}

	.body-right-about {
		padding-top: 130px;
	}

	.body-right-contact {
		display: none;
		padding-top: 120px;
	}

.footer {
	width: 1000px;
	height: 20px;

	border-top: thin solid #ccc;
}