/* CSS Document */
.header_nav ul li:nth-child(6){
	background-color: red;
}
.news_content{padding-bottom:30px;}
.news_content h1{
	font-size: 24px;
	color: #e61a17;
    margin-bottom:20px;
    font-weight: normal;
}
#MyContent p{
	line-height: 35px;
	font-size: 14px;
    color:#868686;
    margin-bottom:10px;
}

.news_content p.left,.news_content p.right{
	text-indent: 0;
    line-height: 2;
	margin:15px auto;
    font-size: 14px;
}
.news_content p a{color:#868686;}
.news_content p a:hover{color:#e61a17;}
.news_content hr{border: 0;height: 1px;background-color: #cecece;margin-top: 20px;margin-bottom: 20px;}