* { outline: none; }

body {
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 10px;
}

p:first-child {
	margin-top: 0px;
}

.container {
	position: relative;
	width: 778px;
	margin: auto 15px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.header ul {
	list-style-type: none;
	float: left;
	padding:0px;
	margin: 0px;
}

.header li {
	float: left;
	margin: 0px 61px 0px 0px;
	padding:0px 0px 10px 0px;
}

.header li a,a:link,a:visited,a:active {
	color: white;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

.header li a:hover {
	color: orange;
}

.sidebar {
	margin:25px 15px 0px 0px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 128px;
	text-align:left;
	margin-top: 30px;
	color: gray;
}

.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 128px;
	text-align:left;
	margin-top: 20px;
}

.links a:link,
.links a:visited {
	color: gray;
}

.content {
	position: relative;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	width: 632px;
	margin:25px auto;
	overflow:visible;
}

.content_hdg {
	margin: 0px;
	padding: 0px;
	height: 35px;
}

.content table {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
}

.content #photo {
	float: left;
	width: 492px;
}

.content #photo_text {
	width: 492px;
	margin-top: 10px;
}

.content #scroll {
	float: right;
	width: 120px;
	height: 526px;
	overflow: hidden;
}

.content #scroll .thumbnail {
	margin: 15px 0px 0px 0px;
	border-width: 0px;
}

.content #scroll .top {
	margin-top: 0px;
}

.content #scroll_arrows {
	clear: right;
	float: right;
	width: 120px;
	height: 55px;
	margin: 0px auto;
}

.floating_logo {
	position: absolute;
	top: 193px;
	left: 30px;
}

.project {
	margin-top: 5px;
}

.project a:hover {
	color: orange;
}

.nf_bio_email a:hover {
	color: #ddd;
}

.footer {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}