@charset "UTF-8";
/* CSS Document */
	
body {
	color: #000;
	background:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:lighter;
	font-size:13px;
	line-height:1.31em;
	letter-spacing:0.02em;
	}
		
a {
	color: #000;
	border:none;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	border:none;
	text-decoration:none;
	font-weight:light;
	}
	
:focus {
	outline:none;
	}
	
#nav {
	position:fixed;
	width:300px;
	height:auto;
	top:30px;
	padding:0;
	margin:0;
	left:30px;
	background:none;
	}
	
.nav-item {
	padding:0;
	margin:0 0 26px 0;
	width:300px;
	height:auto;
	top:0;
	left:0;
	}

#main {
	padding:0;
	margin:0;
	width:600px;
	height:auto;
	top:184px;
	left:420px;
	position:absolute;
	}
	
#info {
	height:auto;
	width:330px;
	position:fixed;
	left:30px;
	top:184px;
	}
	
ul {
	padding:0;
	margin:0;
	}

li {
	list-style:none;
	padding:0;
	margin:0;
	}

.title {
	font-weight: bold;
	}

.project {
	margin-bottom: 200px;
	}
	
img {
	display:inline;
	margin:0;
	padding:0;
	border:none;
	}

