.Header
{
  position: relative;
  z-index: 20;
  left:10px; 
  top:0px; 
  width:600px; 
}
.Content
{
  position: absolute;
  top: 140px;
  left:20px; 
  width:600px; 
  z-index: 10;
  COLOR: #000000;
  PADDING-TOP: 3px;
  FONT-FAMILY: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif
}
.ContentWide
{
  position: absolute;
  top: 140px;
  left:20px; 
  width:800px;
  z-index: 10;
  COLOR: #000000;
  PADDING-TOP: 3px;
  FONT-FAMILY: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif
}
.Pic
{
  POSITION: relative;
  FLOAT: right;
  TOP: 20px;
  WIDTH: 180px;
  HEIGHT: 220px;
  MARGIN-LEFT: 10px;
  BORDER-BOTTOM: #999999 0px solid;
}
.Card
{
    LEFT: 0px;
    POSITION: relative;
    FLOAT: left;
    TOP: 20px;
    HEIGHT: 170px;
    WIDTH: 115px;
}
.PlayerSearch 
{
    position: relative;
    top: 10px;
    left: 150px;
    width: 200px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;
}
.YearSearch 
{
    position: relative;
    top: 10px;
    left: 450px;
    width: 200px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;
}
.searchbox 
{
    background-color:#C0C0C0; 
}


