body {
		background-color: #f0f2f4;
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		font-family: "Proxima Nova Light", 'Helvetica Neue', arial, helvetica, sans-serif;
		color: #333;
		font-size-adjust:0.488; 
		font-weight:200;
		letter-spacing:1px
		}
		
a {
	border:none;
	outline:none
}
img{
	border:none;
	outline:none;
	}
	
					   
/*Main*/
#wrapper2 {
	width:1100px;
	margin: 30px 0 0 155px;
	float:left;
}

#about {
	background-color:#2af8f1;
}

#menu {
width: 135px;
height: 255px;
background-color:#2af8f1;
position:fixed;
left:0px;
top:150px;
}

#menu img {
	margin: 55px 0 0  25px;
}
#menu p {
	margin: 25px 0 0  25px;
	line-height:180%;
}

#menu a {
	text-decoration:none;
	color: #333;}
#menu a:hover {
	text-decoration:underline;
	color: #333;
}


.mint {
	width: 42px;
	height:6px;
	background:url(img/mint.png) no-repeat;
}

/*Project*/	

#wrapper2 .project {
	margin-bottom:75px;
	float:left;
	width:100%;
}
#wrapper2 .full2 {
	width:1100px;
	float:left;
	margin-bottom: 15px
}
#wrapper2 .big_desc {
	width:774px;
	float:left;
	margin:-8px 15px 0 0;
}
#wrapper2 .desc {
	width:156px;
	float:left;
	border-top: 1pt solid #bfc0c4;
	padding-top: 15px;
	margin-right:45px;
	
}
.project_grid {
	width:1000px;
	float:left;
	margin-bottom: 45px;
}

.project_grid img{
	float:left;
	padding-bottom:4px;
}


/*Typography*/	

#wrapper2 p {
                margin: 0;
                width: 774px;
				line-height: 180%;
				padding-bottom:10px;
            }
#wrapper2 .big_type {
	font-size: 32px;
  line-height:127%;
font-weight:200; font-style:normal; 
}

#wrapper2 .heavy {
	font-weight:bold;
	font-family:inherit;
	line-height: 100%;
	color:#999;
}
	
#wrapper2 .desc p {
	padding-bottom: 15px;
	
}
	.tight {
	font-family:inherit;
	line-height: 120%;
	
}
	

/*About*/	

#green {
	background-color: #2af8f1;
	padding:250px 0 200px 361px;
	width:100%;
	float:left;
}

#green p{
    margin: 15px 0 155px 0;
    width: 774px;
	line-height: 180%;
	color:#333;
            }
			
#green .big_type {
	margin: 0;
	width: 600px;
	font-size: 32px;
  line-height:127%;
}
