div.contentContainer {
		width: 800px;
		margin: 0 auto;
		background-image: url('../images/content_bg.jpg');
		background-repeat: repeat-y;
		text-align: center;
		display: table;
	}
	div.content {
		padding: 20px;
	}
	div.leftContent {
		width: 640px;
		height: 600px;
		margin-left: 60px;
		line-height: 16px;
		background-image: url('../images/aboutus_side.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;
		display: table;
	}
	div.inLeftContent {
		float: right;
		width: 390px;
	}
	a.b_link {
		color: #ac4213;
		text-decoration: none;
		font-weight: bold;
		float: right;
	}
	a.b_link:hover {
		text-decoration: underline;
	}
