/*---articles-----------------------------------------------*/


#articles{
	float:left; 
	width:800px;
	text-align:left;
	height:auto;
	padding:10px;
}


#articles H2, #article H2 {
	
	FONT-SIZE: 26px; 
	COLOR: #303; 
	FONT-FAMILY: 'times new roman'; 
	FONT-WEIGHT:normal;
	margin:0;
	
}

#articles .titlee{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#333;
	padding:17px;
	
}

#articles DIV{
	display:block;
	width:810px;
	text-align:justify;
	padding:0 0 20px 0;
	margin:20px 0 0 0;
	border-bottom:1px solid #999;
	background-image:Url(../images/article.gif);
	background-repeat:no-repeat;
	background-position:top right
	}






#articles DIV P{
margin:0 0 10px 0;
}

/*---------------------IN AN ARTICLE-------------*/
#article{
	float:left; 
	width:810px;
	text-align:justify;
	height:auto;
	padding-top:5px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;	
    font-size: 15px; 
    color: #333333;	
}


#article IMG{
	float:left;
	margin: 0 15px 5px 0;
	border:2px solid #999;
	}
	
#article P{
	margin-top:2px
	}	
	
#articleEn{
	float:left; 
	width:810px;
	direction:ltr;
	height:auto;
	padding-top:5px;
	padding-left:30px;
	font-family: Arial, Helvetica, sans-serif;	
    font-size: 15px; 
    color: #333333;	
}


#articleEn IMG{
	float:right;
	margin: 0 0 5px 15px ;
	border:2px solid #999;
	}
	
#articleEn P{
	margin-top:2px;
	}	
