body {
	background: #fff;
}

#global-header {
	background: #f9f9f9;
}

#container {
	line-height: 140%;
	margin-bottom: 100px;
	margin-top: 48px;
}

a {
	display: block;
	text-decoration: none;
}

a:hover,
a:hover span.title {
	color: #d10000;
}

.project-description {
}

#row-1 {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

#row-2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

#row-3 {
	margin-bottom: 25px;
	padding-bottom: 50px;
}


h2 {
	font-size: 48px;
	font-weight: lighter;
	line-height: 48px;
	margin: 0 0 48px 0;
}

span.title {
	color: #000;
	display: block;
	font-size: 21px;
	font-weight: normal;
	margin: 10px 0 6px 0;
}

span.description {
	color: #111;
	display: block;	
	font-size: 14px;
	margin: 0 8px 8px 0;
}

p.footer {
	border-top: 1px solid #ccc;
	font-size: 16px;
	font-style: italic;
	margin: 15px 0 0 0;
	padding: 3px 0 0 0;
	text-indent: 0;
}

p.footer a {
	color: #d10000;
	text-decoration: none;
}
