body { 
	background: #fff; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: 300; 
	color: #516064;
}

a { 
	text-decoration: none; 
	color: #405156;  
}

a:hover { 
	color: #B62F2F;
	text-decoration: underline;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#heading {
	width: 100%;
	height: 150px;
}

#heading ul { 
	padding-top: 54px; 
}

#heading ul li { 
	float: left; 
	margin-right: 80px;
	display: block; 
}

#heading ul li.last {
	margin: 0;
}

#heading ul li a { 
	display: block; 
	font-size: 50px; 
	letter-spacing: -1px;
	color: #959EA1;  
	font-weight: light;
	text-shadow: 0 0 0 #fff;  
	text-align: center;
	/*padding-bottom: 5px;
	border-bottom: 2px solid #999;*/
}

#heading ul li a:hover { 
	color: #B62F2F;
	/*border-bottom-color: #000;*/
	text-decoration: none;
}

#heading ul li a.active { 
	color: #405156; 
	border: none;
}

#content h1 { 
	font-size: 102px; 
	letter-spacing: -7px;  
	color: #D1D9DC; 
	text-indent: -6px; 
	margin-bottom: 36px; 
	margin-top: -10px; 
	text-shadow: 0 0 0 #fff;  
}

#content h2, #content h3 {
	
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 32px;
	margin-bottom: 3px;
	margin-top: 5px;
}

#content h2, #content h2 a {
	color: #959EA1;
}

#content h3, #content h3 a {
	color: #D1D9DC;
	margin-bottom: 100px;
}

#content p { 
	color: #959EA1;
	font-size: 40px; 
	line-height: 30px; 
	margin-bottom: 28px; 
	line-height: 1.3em;
}

#lastname {
	font-weight: bold;
}

#whatwherewho {
	margin-bottom: 200px;
}

.what {
	color: #959EA1;
	clear: both;
	padding: 20px 0px;
	font-size: 40px;
}

.what span {
	display: block;
	width: 475px;
	float: left;
}

.what a {
	float: left;
}

.projectimages {
	margin-bottom: 20px;
}

.projectimages img {
	border: 1px solid #000;
}

.noborder img {
	border: none;
}
