/* --------------------------------------------------------------------------------
	news
-------------------------------------------------------------------------------- */
#news							{ width:272px; float:right; margin:30px 30px 20px 20px;  border:1px solid #000 }
#news h1						{ padding:10px 20px 0 20px; }
#news p							{ padding:10px 20px 20px 20px; font-size:12px; }



/* --------------------------------------------------------------------------------
	articles (list.class)
-------------------------------------------------------------------------------- */
#topnews						{ display:block; width:280px; float:right; border:1px solid #8981bd; margin:20px 30px 0 20px; }

#topnews h1						{ font-size:14px; background:#8981bd; color:#fff; padding:6px 0 6px 10px; }

#topnews .content				{ margin:4px 0 0 0; }
#topnews .list					{ }

#topnews .list p 				{ padding:10px }
#topnews .list a				{ display:block; padding:4px 0px 4px 0;}
#topnews .list a.active			{  }
#topnews .list a:hover			{ text-decoration:underline; }
#topnews .list a:visited		{ text-decoration:underline; color:#505050;}
