.archiveitem {
	clear:both;
	height:50px;
}
.newsitem {
	height:150px;
	clear:both;
}
.newsitem a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid silver;
	display:block;
}
.newsitem .image {
	float:right;
	width:100px;
	height:100px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:20px;
	cursor:pointer;
	border:1px solid silver;
}
.newsitem .readmore {
	font-size:inherit;
	display:inline;
	border:0px;
	font-weight:normal;
}
.newsitem .image a {
	display:block;
	width:inherit;
	height:inherit;
}
.archive {
	font-size: 12px !important;
	
}
#newsitem img {
	float:left;	
	margin-right:20px;
	border:1px solid silver;
}
#newsitem .header {
	float:left; 
	width:400px;
}
