@charset "UTF-8";

/* CSS Document */

#aboutBottom {
	width: 960px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	height: 780px;
}
#aboutLeft {
	width: 159px;
	height:720px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	float: left;
}
#aboutRight {
	width: 790px;
	height:100%;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.floatLeft {
	float: left;
}
#aboutTop {
	float: left;
	height: 360px;
	width: 709px;
	padding-left: 80px;
}
#aboutContentOut {
	float: left;
	height: 100%;
	width: 500px;
	margin-left: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	margin-top: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#aboutContentIn {
	float: left;
	height: 100%;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	padding-top: 20px;
	padding-bottom: 20px;
}
