html {
  height: 100%;
  background: #000;
}

a {
  text-decoration: none;
  color: #333;
  border: 0px;
}

a:hover {
color: #ec008c;
text-decoration: none;

}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .02em;
	line-height: 18px;
	color: #333;
	background: #fff;
}

#narrow {
  width: 225px;
  float: left;
  background: #fff;
}

#projectname {
  margin: 35px 0px 15px 0px;
  font-size: 18px;
}

#textheader {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#bioheader {
  margin: 35px 0px 15px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#clientheader {
  margin: 35px 0px 10px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#natheader {
  margin: 47px 0px 15px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

#bodycopy {
  margin: 15px 0px 0px 0px;
  font-size: 12px;
  line-height: 18px;
}

#biocopy {
  margin: 15px 0px 15px 0px;
  font-size: 12px;
  line-height: 18px;
}

#message {
  margin: 38px 0px 10px 0px;
}


#biopic {
  margin: 35px 20px 20px 0px;
  float: left;
}

#narrow p {
  margin: 35px 0px 35px 35px;
  line-height: 20px;
  font-size: 11px;
}

#nav {
  font-size: 14px;
  line-height: 28px;
  
}


#back {
  text-align: right;
  margin: 10px 35px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
}

#wide {
  width: 735px;
  float: right;
  background: #fff;
}

#wide2 {
  width: 735px;
  float: right;
  background: #fff;
}

#wide2 p {
  padding: 0px 300px 0px 0px;
}

#bio {
  width: 735px;
  float: right;
  background: #fff;
}

#bio p {
  padding: 0px 200px 0px 0px;
}

#projects {
  clear: both;
}

#contract {
  font-size: 10px;
}

#foot {
  padding: 35px 0 60px 35px;
  clear: both;
  line-height: 20px;
  color: #777;
}

#footimg img {
  padding: 55px 0 0 0;
}

#footlink {
  color: #ec008c;
}

#clients {
   border-top: 1px solid #ddd;
   margin: 0px 10px 0px 0px;
   font-size: 12px;
   line-height: 20px;
}

#clients td {
   padding: 15px 60px 0px 0px;
}

