.article {
	margin				: 0 0 0 0px;
	padding				: 10px 0 20px 18px;
	width				: auto;
}
.b1{border-bottom: 1px solid #eeeeee;}
.b2{
	background			: #f9f7f2;
	border-bottom		: 1px solid #fff;
}
.last{border-bottom: 0;}
.article .picture{
	margin				: 0 10px 0 0;
	float				: left;
	width				: 82px;
	height				: 63px;
	border				: 1px solid #eeeeee;
}
.article .picture img{margin: 3px 0 0 3px;}
.article .text{
	margin				: 0px 0 0 0px;
	padding				: 0 18px 0 0;
}
.article .text h1{
	margin				: 0 0 5px 0;
	padding				: 0;
	font-family			: Tahoma;
	font-size			: 11px;
	font-weight			: bolder;
	text-transform		: none;
	color				: #735700;
	background			: none;
}
.article .text p{
	margin				: 0 0 5px 0;				
	padding				: 0;
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #000;
	text-indent			: 0;	
}
.article .text p.date{
	font-size			: 9px;
	color				: #7e7e7e;	
}
.article .text p.date b{
	padding				: 1px;
	font-weight			: normal;
	color				: #fff;
	background			: #b6b6b6;	
}
.clearBoth{
	clear				: both;
	font-size			: 0px;
	height				: 0px;
}
