
.box-stylenews {
	margin-top: 5px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;	
}


.box-stylenews h1 {
	font-size: 1.5em;
	color: #632121;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	background-color: #632121;
	color: white;

}

	.news_photo {
		margin-top: 10px;
		float: left;
		width: 150px;
	}

	.news_photo IMG {
		width: 125px;
		padding: 2px;
		border: 1px solid black;
	}

	.news_content {
		margin-left: 150px;
		margin-top: 10px;
		margin-right: 15px;
	}	

	.news_content h2 {
		color: black;
		padding: 3px 8px;
		font-size: 1.3em;
	}

	.news_content p.titledate {
		color: #9c9595;
		font-size: 0.9em;
		margin-left: 0px;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 10px;
	}



	.news_content .newstxt {	
		color:#000000;
		font-weight:normal;

	}
	
	.footerpartright {
		color: #632121;
		text-align: right;
		
	}
	
	.footerpartright .toplink {
		color: #632121;
		font-size: 1.0em;
	}


	.newsfooter {
		clear: both;
		border-bottom: 1px solid #632121;
		color: #632121;
		margin-top: 10px;
		margin-right: 15px;
		margin-bottom: 20px;
		padding: 3px 8px;
	}		