/*---articles-----------------------------------------------*/


#articles{
	float:right; 
	width:800px;
	text-align:justify;
	height:auto;
	background:#DDD;
	padding:15px
}



#articles H2{
	
	FONT-SIZE: 28px; 
	COLOR: #369; 
	FONT-FAMILY: 'Times New Roman'; 
	FONT-WEIGHT:normal;
	margin:0;
}

#articles H3{
	
	FONT-SIZE: 14px; 
	COLOR: #369; 
	FONT-FAMILY: arial, verdana; 
	FONT-WEIGHT:bold;
	margin:0; 
}

#articles .title{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#369;
	padding:17px;
	
}

#articles DIV{
	display:block;
	width:790px;
	text-align:justify;
	padding:20px 0 20px 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:right; 
	width:800px;
	text-align:justify;
	height:auto;
	background:#DDD;
	padding:15px
}


#article IMG{
	float:left;
	margin: 0 15px 5px 0;
	border:2px solid #999;
	}
	
#article P{
	margin-top:2px
	}

#article H2{
	
	FONT-SIZE: 28px; 
	COLOR: #369; 
	FONT-FAMILY: 'Times New Roman'; 
	FONT-WEIGHT:normal;
	margin-top:0;
	margin-bottom:0; 
}

#article H3{
	
	FONT-SIZE: 14px; 
	font-weight:bold;
	COLOR: #369; 
	FONT-FAMILY: arial, verdana; 
	margin:0;
	
}	
	

