#mainLevel {
	width: 940px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}
#menuBlock {
	width: 940px;
	height: 60px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}
#menuBtn {
	height: 60px;
	margin-right: 20px;
	float: left;
}
#mainBlock {
	width: 940px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}
#leftBlock {
	width: 220px;
	float: left;
}
#rghtBlock {
	width: 680px;
	float: left;
}
#contentBox1 {
	width: 210px;
	margin-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#contentBox2 {
	width: 680px;
	padding-bottom: 10px;
	float: left;
}
#footBlock {
	width: 940px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#footBar {
	width: 900px;
	height: 10px;
	padding-bottom: 10px;
}
#langBar {
	width: 15px;
	margin-right: 5px;
	float: left;
}
#copyRight {
	width: 840px;
	text-align: right;
	color: #dadada;
	font-weight: bold;
	float: left;
}

