/* CSS Document */
#team-index-wrapper{
padding:10px;
height:500px;
overflow:auto;
text-align:center;
}

#team-index-wrapper .name{
text-align:center;
font-weight:bold;
color:#666;
}

#team-index-wrapper img{
border:#ccc 1px solid;
}

.team-directory-wrapper{
border:#ccc 1px solid;
padding:5px;
margin-bottom:5px;
}

.team-directory-wrapper img{
float:left;
margin:0 10px 10px 0;
border:#ccc 1px solid;
}

.team-directory-wrapper .position{
float:right;
margin-right:10px;
}

.team-directory-wrapper .content{
}


