h1 {
	margin-bottom: 2.7em;
}

.project {
	position: relative;
	margin-left: -300px;	
	min-height: 300px;	
	padding: 1px 0 0 300px;	
	background: url(image-bg.jpg) 0 0 no-repeat;	
}

.project h2 {
	margin: 0 0 0.7em;
	padding-top: 1em;	
}

.project img {
	position: absolute;	
	left: 52px;
	top: 37px;
}

.project .description {
	margin-bottom: 2.5em;
}

.project .file {
	font-style: italic;
	text-transform: uppercase;
	margin: 0.3em 0 1em;	
}

.project .file a {
	text-transform: none;
}

.project .file a i.jpg {
	float: none;
	left: -140px;
	width: 355px;
	height: 198px;	
	margin: 0 0 -5px;
	background: url(icon-scheme.jpg);
}


