/* news */
	#news{
		position: relative;
		margin: 150px 0px 0px 0px;
		left: 0px;
		width: 550px;
		padding: 50px;
		z-index: 50;
	}
	.news-info{
		padding: 0px;
		margin: 0px;
		font-size: 70%;
		color: #808080;
	}
			
	.news-image{
		float: right;
		margin: 0px 0px 15px 25px;
	}
			
	.news-more{
		padding: 0px 0px 25px 0px;
		margin: 0px 0px 25px 0px;
		border-bottom: 1px solid #bfbfbf;
		text-align: right;
	}
			
	.news-more a{
		color: #007229;
		font-weight: bold;
	}
	.news-last{
		border: 0px none !important;
	}
/* archive */
	.pressInfo{
		width: 8em;
		display: block;
		float: left;
		color: #522551;
	}
	.pressTitle{
		display: block;
		width: 35em;
		float: left;
	}
	.pressTitle a:visited{
		color: #522551;
	}
	.pressRow{
		clear: both;
		margin-bottom:.5em;
		line-height: 1.2em;
	}

