body {
	font-family: Helvetica, Arial;
	background-color: #fff;
	color: #999;
	font-size: 16px;
}

#container {
	margin: 1em auto;
}

a {
	color: #55d;
	text-decoration: none;
}

p {
	line-height: 1.6em;
	color: #999;
}

h1 {
    color: #666;
	font-size: 2.8em;
	font-weight: bold;
	margin: 0 0 0 0;
}

#abouttext{
	text-align: center;
	width:		60%; 
	height:		10%;
	margin: 	0 auto;
}

#profiles {
	padding: 2em;
	background-color: #fff;
	text-align: center;
	margin: 1em auto;
	width:		1024px; 
	overflow:hidden;
	}

.profilebox{
    display:	inline;
	height:		300px;
	width:		240px;
	margin-bottom:30px;
	margin-right: 60px;
	font-family:arial;
	border:6px solid #E2E2E2;
	float: left;
}
.first { 	margin-left: 60px; }


.profileimg	{
	width:	240px;
	height:	160px;
}

.profilename{
	font-size:	16px;
	color:		white;
	background-color:#1A1818;
	height:		54px;
	width:		240px;
}

.profilename p{
	left:5px;
	top:10px;
}

.profileblurb{
	font-family:arial;
	left:5px;
	font-size:14;
	line-height:23px;
	width:		240px;
	}
