* {
padding: 0;
margin: 0;
}
body {
background: white;
color: #5e5e5e;
line-height: 18px;
font: 14px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
}
h2, h3, p, .projectContainer img  {
display: block;
margin-bottom: 18px;
}
a {
color: maroon;
}
a:hover {
color: #2d5537;
}
#wrapper {
	background: url(images/logo_fingerprint.jpg) no-repeat;
	padding: 320px 105px 50px;
	width: 622px;
	margin: 12px auto;
}
h1 {
	position: absolute;
color: silver;
top: 320px;
}
h2 {		
color:  maroon;
font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 250px;
}
#biography h2 {
	background: url();
}
#highlights h2 {
	background: url();
}
#portfolio h2 {
	background: url() no-repeat;
 }
#thumbnails {
	height: 230px;
	width: 640px;
}
#thumbnails img {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
 }
#quote{
color: maroon;
font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
font-size: 14px; }
img {
	border-width: 0px;
}
h3 {
	font-size: 36px;
	font-weight: normal;
}
.projectContainer {
	padding-bottom: 17px;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 18px;
}
.backToHighlights {
	font-size: 12px;
	text-align: right;
}
.backToHighlights, #portfolio h2 {
	margin: 0px;
}
:target {
	background: url(small/fingerprint.sm.jpg) no-repeat 100% -10px;
}
#portfolio :target {
	background: url(small/fingerprint.sm.jpg) no-repeat 100% 0px;
color: #5e5e5e;
}


