.person {
text-align:left;
width:450px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
padding:5px;
background-color:#CCCCCC;
border-style:outset;
border-color:#AAAAAA;
border-width:2px;
border:1px solid #000000;
}

.person h3 {
margin:0;
margin-bottom:2px;
}

.person img {
margin-right:5px;
border:0;
float:left;
}

.person .name {
color:#FF0000;
}

.person .footer {
clear:left;
}

