body {
	font-family: Futura, Geneva, Tahoma, sans-serif;
	color: darkslategrey;
	font-size: 10pt;
	background: #ffffff url('navigation/green.jpg');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-size: 16pt;
	letter-spacing: .06em;
	text-transform: lowercase;
	font-weight: 100;
}

h2 {
	font-size: 12pt;
	letter-spacing: .05em;
}

.img {
	border: 0;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 780px;
}

#content {
	text-align: left;
}

#content img {
	border: none;
}

#header {
	margin: 0 auto;
	height: 60px;
	position: relative;
	font-weight: 100;
	clear: both;
}

#projects {
	font-size: 9pt;
	line-height:2em;
	float: left;
	width: 560px;
}

#identity {
	text-transform: lowercase;
	position: absolute;
	font-size: 12pt;
	margin-top:1.5em;
}

/* START FOOTER */

#footer {
	margin: 0 auto;
	height: 60px;
	position: relative;
	font-weight: 100;
	clear: both;
	text-transform: lowercase;
	font-size: 12pt;
	text-align: center;
}

#footer a:link {
	text-decoration: none;
	color:darkslategrey;
}

#footer a:visited {
	text-decoration: none;
	color:darkslategrey;
}

#footer a:hover {
	font-weight: 400;
	color: maroon;
}

/* END FOOTER */
.heavy {
	font-weight: 600;
}

/* START TOP NAV */

#nav ul{
	position: absolute;
	margin-top: 2.9em;
	right: 0px;
	text-transform: lowercase;
	font-size: 9pt;
	font-weight: 100;
	display: inline;
}

#nav ul li{
	display: inline;
	list-style: none;
	margin: 0 0 0 -.2em;
	padding: 0 .2em 0 .2em;
	border-left: 1px solid;
}

#nav ul li.first{
	border-left: none;
}

#nav a:link {
	text-decoration: none;
	color:darkslategrey;
}

#nav a:visited {
	text-decoration: none;
	color:darkslategrey;
}

#nav a:hover {
	font-weight: 400;
	color: maroon;
}

/* END TOP NAV */

/* START PORTFOLIO NAVIGATION */

#portfolio-nav {
	text-align: center;
	display: table;
	margin: 0 auto;
}

#portfolio-nav ul{
	text-transform: lowercase;
	font-size: 16pt;
	font-weight: 100;
	display: inline;
}

#portfolio-nav ul li{
	display: inline;
	list-style: none;
	margin: 0 0 0 -.4em;
	padding: 0 .4em 0 .4em;
	border-left: 1px solid;
}

#portfolio-nav ul li.first{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#portfolio-nav a:link {
	text-decoration: none;
	color:darkslategrey;
}

#portfolio-nav a:visited {
	text-decoration: none;
	color:darkslategrey;
}

#portfolio-nav a:hover {
	font-weight: 400;
	color: maroon;
}

/* END PORTFOLIO NAVIGATION */

#skills {
	text-align: left;
	float: right;
	width: 200px;
	font-size: 9pt;
}

#skills p {
	line-height:2em;
}

#skills ul{
	text-transform: lowercase;
	margin-left: 0;
	padding-left: 0;
/*	display: inline; */
}

#skills ul li{
/*	display: inline; */
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
/*	border-left: 1px solid; */
}

#skills ul li.first{
	border-left: none;
}

.clear {
	clear: both;
}

.projectimage {
	float: left;
	padding: 0 10px 90px 0;
}

.projectimage2 {
	float: left;
	padding: 0 10px 10px 0;
}

.project-first {
	margin-top: 0;
}
