	html, body {
		margin:0;
		padding:0;
		color:#222;
		background: #999999;
	}
	body {
		padding:10px;
		font:76%/150% "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
		behavior: url(csshover.htc);
	}

#plaque {
	background: white;
}
	#nav {
		margin:0;
		padding:0;
		background: #565656;
		height:18px;
		width:686px;
	position: relative;
	top: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	background: #565656;
}
	#nav a:link,
	#nav a:visited {
		color: #ffffff;
		background: #565656;
		padding:3px 2px 3px 2px;
		float:left;
		width: 131px;
		border-right: 2px none #afa99b;
		text-decoration:none;
		text-align: center;
		font: normal 12px/1em Gill Sans, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
}
	#nav a:hover {
		color: #ffffff;
		background: #818181;
}
	#nav li:first-child a {
		border-left: 1px none #afa99b;
}
	#projects #nav-projects a,
	#process #nav-process a,
	#publicatons #nav-publications a,
	#about #nav-about a,
	#press #nav-press a,
	#contact #nav-contact a {
		background: #818181;
		color:#fff;
}
	#projects #nav-projects a:hover,
	#process #nav-process a:hover,
	#publications #nav-publications a:hover,
	#about #nav-about a:hover,
	#press #nav-press a:hover,
	#contact #nav-contact a:hover {
		background: #818181;
}
	#nav .here, #nav a:active {
		padding:3px 2px 3px 2px;
		float:left;
		width: 131px;
		border-right: 2px none #afa99b;
		text-decoration:none;
		text-align: center;
		font: normal 12px/1em Gill Sans, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		background: #565656;
		color:#fff;
}

#logolink {
	width: 400px;
	height: 57px;
	display: block;
	margin: -28px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

#abouttext {
	width: 360px;
	height: 352px;
	overflow: scroll;
	font: 11px/18px "Gill Sans", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: justify;
	color: black;
	padding: 10px;
}

.firstline {
	text-transform: uppercase;
	font-weight: bold;
}
