#pageContent {
	padding: 2px;
}

#bioBlock{
	border: solid black 2px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}

#bioLeft{
	text-align: center;
	margin-right: 10px;
	width: 137px;
	float: left;
	/*border: solid red 1px;*/
}


#bioRight{
	float: left;
	width: 551px;
	/*border: solid red 1px;*/
}

#mission{
	margin-top: 0px; 
	margin-bottom: 5px; 
	text-align: justify;	
}

#bioInfo{
	border-collapse: collapse;
	text-align: left;
}

#bioBottom{
	clear: both;
}

.list {
	text-align: left;
}

#projectBlock{
	padding: 3px;
	padding-top: 0px;
}

#currentProjects{
	float: left;
	width: 270px;
	border-right: solid #555 1px;
	padding-right: 5px;

	/*border: solid red 1px;*/
}

#featuredProjects{
	float: left;	
	width: 270px;
	border-right: solid #555 1px;
	padding: 0 5px 0 5px;

	/*border: solid red 1px;*/
}

#links{
	width: 160px;
	float: left;
	padding-left: 5px;

	/*border: solid red 1px;*/
}

/*Biography links*/
#biography{
	padding: 10px;
}

#bioMedia{
	float: left;
	margin-right: 15px;
}

#bioContent p{
	text-align: justify;	
}

#bioContent #philosophy {
	margin-top: 10px; 
}

#bioContent #bioInfo{
	margin-bottom: 5px;	
}


