	
	#Article{
		width: 100%;
		border-width: 2px;
		border-color: #800000;
		border-style: solid;
		padding: 5px;
		margin-bottom: 0px;
		text-align: left;
	}
	
	#Article div.ArticleTitle{
		width: 100%;
		color: #F8C31B;
		text-transform: UPPERCASE;
		text-align: center;
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;		
	}
	
	#Article div.ByLine{
		width: 45%;
		float: left;
		padding-left: 5px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#Article div.DateLine{
		width: 45%;
		float: Right;
		text-align: right;
		padding-right: 5px;
		margin-bottom: 5px;
		font-weight: bold;	
	}
	
	#Article div.Body{
		width: 100%;
		text-align: left;
	}
	
	#Article div.BodyLeft{
		width: 400px;
		float: left;
		padding-left: 5px;
		font-size: 13px;
	}
		
	#Article div.BodyRight{
		width: 275px;
		float: right;
	}
	
	#Article img{
		border-style: solid;
		border-color: #F8C31B;
		border-width: 1px;
		width: 250px;
		height: 186px;
		margin-right: 5px;
		margin-bottom: 5px;
		float: right;
	}
