@charset "UTF-8";
/* CSS Document */

body {
	background: #222;
	color: #fff;
	padding: 30px 0;
}
p {
	line-height: 1.38em;
}

a,
a:link,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}

#aa {
	background: #222 url(../img/Almost-Awesome.png) center center no-repeat;
	width: 520px;
	height: 115px;
	margin-bottom: 50px;
	text-indent: -9999em;
	overflow: hidden;
}

img {
	border: 5px solid #fff;
}

#projects h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
#projects p {
	font-size: 16px;
}

#about {
	margin-top: 9px;
}
.bio {
	margin-bottom: 37px;
}
.bio p {
	margin-bottom: 3px;
}