#header-image {
	position: relative;
	background: url('/images/projects/header.jpg');
	height: 162px;
	width: 860px;
	left: 2px;
}
#header-image h2 {
	line-height: 162px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 35px;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
}

#content {
	margin: 10px 35px 0px 35px;
}

h3 {
	font-weight: normal;
	color: #060;
	font-style: italic;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 0;
}
h4 {
	font-weight: normal;
	color: #696;
	font-style: italic;
	font-size: 14px;
	margin-top: 0;
}

#projects {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.project {
	display: block;
}

.thumbnail {
	float: left;
}
.description {
	margin-left: 10px;
	width: 390px;
	float: left;
}
.button {
	float: right;
	position: relative;
	top: 55px;
}

#projects li {
	border-bottom: 1px #ccc solid;
	display: block;
	height: 185px;
	margin-top: 25px;
}
#projects li.last {
	border: 0;
}
p.error {
	padding: 15px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
	text-align: center;
	margin-left: -33px;
	margin-right: -33px;
	background-color: #a33;
	color: #fff;
}