
/*content*/
.article-content {
	line-height: 200%;
}
.article-content img {
	display: block;
	max-width: 95%;
	height: auto;
	margin: 10px auto !important;
}
.article-content p {
	margin: 1em 0;
}
.article-content p[style*="center"] {
	text-indent: 0;
}
.article-content p.mcePageBreak {
	text-indent: 0;
	text-align: center;
	font-size: 22px;
	color: #004986;
	margin: 30px 0 10px 0;
}

.article-minNav dd li {
	width: 425px;
	margin-right: 10px;
	float: left;
}

/*space*/
.ie6 .article-space dl {
	height: 160px;
}
.article-space .author {
	height: 112px;
}
.article-space .author .photo {
	width: 80px;
}
.article-space .author .photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.article-space .author .descr {
	width: 178px;
}
.article-space-right dt {
	background: #eeeeee;
	border-bottom: 2px solid #cccccc;
	padding: 0 10px;
	line-height: 32px;
}
.article-space-right dd {
	background: #eeeeee;
	padding: 8px 10px;
}
.article-space-right .lists {
	padding-top: 3px;
	border-top: 1px solid #dddddd;
}
.article-space-bottom dd {
	padding-top: 10px;
}
.article-space-bottom .author {
	float: left;
}
.article-space-bottom .lists {
	width: 620px;
	float: right;
}
.ie6 .article-space-bottom .lists {
	margin-top: -2px;
}