#staffHolder
{
    position:relative;
    float:left;
    top:10px;
    right:10px;
    width:220px;
}

#staffHolder b
{
    font-size: 110%;
}


#staffHolder p
{
    margin:5px;
    margin-left:0px;
}

div.past
{
    text-align:left;
}

#staffHolder ul
{
    list-style:none;    
    text-align:left;
}

#staffHolder li
{
    display:block;
}

#playerHolder
{
    position:relative;
    padding-left:20px;
    padding-top:10px;
    float:left;
    width:550px;
}

h2.player
{
    clear:left;
}

div.rosterContainer
{
    position:relative;
    float:center;
    margin-bottom:10px;
}

div.rosterProfile
{
    margin-left:5px;
    position:relative;
    float:left;
    width:170px;
    height:230px;
    text-align:center;
}

h3.rosterProfile
{
    font-size: 90%;
}

img.rosterProfile
{
    max-width:150px!important;
    max-height:150px!important;
    height:150px;
}

p.rosterProfile
{
    margin:0px;
}

.rosterProfile img
{
    border:2px solid black;
    width:150px;
    width:auto;
}
