#mainPlayer {
    float:left;
    width:383px;
}
#playerSidebar{
    border: solid 1px #080;
    padding:5px;
    float:right;
    width:160px;
}
#staffList, #mainPlayer table, #playerSidebar table {
    width:100%;
    margin:5px 0px;
}

#staffList td, #mainPlayer td, #playerSidebar td {
background: #bfb;
border-top: 1px solid #0f0;
border-left: 1px solid #0f0;
border-right: 1px solid #090;
border-bottom: 1px solid #090;
text-align: center;
vertical-align:top;
}
#staffList th, #mainPlayer th, #playerSidebar th {
color: #fff;
background: #080;
border-top: 1px solid #6c6;
border-left: 1px solid #6c6;
border-right: 1px solid #050;
border-bottom: 1px solid #050;
}
#playerSidebar img {
    width:100%;
}
#sponsors th, #sponsors td{
    text-align:left
}
.letterMenu {
    margin-left:auto;
    margin-right:auto;
    width:546px;
    margin-bottom: 7px;
}
.letterMenu span {
background: #bfb;
border-top: 1px solid #0f0;
border-left: 1px solid #0f0;
border-right: 1px solid #090;
border-bottom: 1px solid #090;
display:block;
text-align:center;
width:14px;
padding:2px;
float:left;
margin-left:1px;
}

.selected {
    font-weight:bold;
}
