body{
	font-family: Helvetica;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main{
	text-align: center;
}
#bio{
	text-align: center;
}
#bio .item{
	margin-bottom: 20px;
}
#bio .item .header{
	font-weight: bold;
}
#contactInfo{
	margin-top: 20px;
	margin-bottom: 20px;
}
#bio{
	float: left;
	text-align: right;
	width: 340px;
	padding-left: 20px;
}
#projects{
	float: left;
	width: 400px;
	padding-right: 30px;
	border-right: medium solid #666666;
}
#content{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 30px;
	border-top: medium solid #666666;
}
#projects{
	text-align: left;
}
#projects .item{
	margin-bottom: 20px;
}

#projects .title{
	font-weight: bold;
}
#projects .header{
	margin-bottom: 20px;
}
#content .description{
	font-size: .8em;
}