content{
	width:800px;
	text-align:justify;
}

------------------------------------------------------------------

img{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	border:0px;
}

-----------------------------------------------------------------

/*
.staffphoto aligns the photos horizontally and makes them the 
correct size.
*/

.staffphoto {
    float: left; 
    margin: 5px; 
}

.staffphoto div {
    width: 180px;
    height: 120px;
    text-align: center;
}

.staffphoto div img {
    height: 108px;
    width: 82px;
}


----------------------------------------------------------------

