@import url("header.css");

div.project {
	clear: both;
	margin: 2em auto 3em auto;
	overflow: auto;
	width: 46em;
	text-align: justify;
	}
div.project h3 {
	color: #2E241D;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}
div.project p {
	margin-bottom: 0;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	}
div.project p.link {
	margin: 0em,
	}
div.project img.illustration {
	float: left;
	margin: 0 1em 0.5em 0;
	padding: 0.4em;
	border: 2px solid #B8B39E;
	background: #ddc;
	}