#teamTable {
    width: 550px;
    border-spacing: 6px 5px;
    border-style: none;
}


#teamTable a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    background-color: #ccc;
}


#teamTable a img {
    border-style: none;
}

#mainInfo table {
    margin: auto;
}

#playerBio {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 460px;
    Z-index: 50;
    display: none;
}
#playerContainer {
    padding: 10px;
}

#playerBio table {
    padding: 5px;
    width: 450px;
}

#playerBio th {
    text-align: left;
}

#playerBio th.closeBio {
    text-align: center;
    padding-bottom: 3px;
}

th.closeBio a {
    color: #fff;
}


#aboutUs {
    color: #fff;
    margin-right: 5px;
    border: 1px solid #3C4661;
}

#aboutUs p {
    margin: 3px 5px 15px 3px;
}

#aboutUs div.mainImg {
    text-align: center;
}

#tagLine {
    text-align: center;
    color: #C40B01;
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
    background-color: #3C4661;
}

div.staffMember {
    margin-bottom: 5px;
}

table.container {
    border: 1px solid #3c4661;
    width: 100%;
}

td.staffPic {
    width: 110px;
    overflow: clip;
    padding-left: 5px;
}

td.staffName {
    font-weight: bold;
    height: 20px;
}

td.position {
    vertical-align: top;
}
