/* CSS Document for Biographies */

/* Sets what happens for images */
div.content img
{
	float: left;
	margin: 5px;
	padding: 5px;
	clear: both;
	border: 0
}

/*Aligns text to the left*/
div h1.left
{
	text-align: left
}

p.center
{
	font-weight: bold; /*bolds text in this class*/
	text-align: center /*centers text in this class*/
}