#search{
float:none;
text-align:center;}

#news {
	float: left;
	width: 250px;
	font-size:10px;
}


	#news .item {
		margin-bottom: 25px
	}
		#news .item .date {
			color: #787b81
		}
		#news .item .title {
			display: block;
			padding: 3px 0 7px
		}
		#news .item img {
			display: block;
			width: 50px;
			height: 50px;
			float: left;
			margin: 0 10px 2px 0;
			border: #fff 2px solid
		}
		#news .item .comments {
			clear: both;
			margin-top: 5px			
		}
	#news hr {
		margin: 0 10px 10px;
		height: 1px;
		border: #f00 0px solid;
		background: #b3d0ed
	}
	#news #archive,
	#news #rss {
		display: block;
		height: 30px;
		margin: 0 10px
	}
	#news #archive {
		float: left;
	}
	#news #rss {
		float: right
	}
	#news form {
		clear: both;
		margin-top: 40px;
		padding: 10px;
		background: #f6f9fd
	}
	#copyright {
	text-align:center;
	font-size:12px;
	font-family:"Comic Sans MS", "Adobe Caslon Pro", "Arno Pro Smbd";
	color:#CCCCCC;
	margin-bottom:0px;}