div.project {
	border-bottom: 1px solid #d4c4af;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.project:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.project div.screenshot {
	float: left;
	margin-right: 20px;
	width: 200px;
}

div.project div.project_wrapper {
	float: right;
	width: 391px;
}

div.project div.project_wrapper div.footer a {
	display: block;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
}
