	#article_maintable{
		/*table tag
		border-width: 0px;
		border-spacing: ;
		border-style: outset;
		border-color: black;*/
		border-collapse: collapse;
		
		width: 100%;

	}
	
	#article_mainstory{
	/*td tag
		border-width: 1px;
		padding: 1px;
		border-style: inset;
		border-color: black;
		
		width: 77%;*/
	
}
	
	#article_listing{
	/*td tag*/
	background:#eee;
	border:1px dotted #999;
	float: right;
	width: 200px;
	padding:15px;
	margin:0 0 20px 20px;
	font-size:12px;
	font-weight:normal !important;
}		
#article_listing td {margin:0; padding:0;}
#article_listing h3 {font-size:13px; font-family:'Droid Sans'; padding:0; margin:0;}
#article_listing a:link, #article_listing a:visited, #article_listing a:active {border-bottom:1px dotted #888; display:block; line-height:18px; padding:5px; margin:0;
	-webkit-transition: background .5s ease, padding .5s ease;
	-moz-transition: background .5s ease, padding .5s ease;
	-o-transition: background .5s ease, padding .5s ease;
	-ms-transition: background .5s ease, padding .5s ease;
	transition: background .5s ease, padding .5s ease;
}
	#article_listing a:hover {background:#ccc; padding:5px 5px 5px 15px; text-shadow:0 1px 0 #eee;}
