@charset "UTF-8";
/**
* Articles
**/
div.article {
	float:left;
	width:938px;
	height:170px;
	margin:0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #222;
}
div.article h4 {
	font-size:20px;
}
div.article img {
	float:right;
	margin:10px 10px 0 20px;
	border:none;
}
