    #league_container {
        width: 235px;
        font-size: 11px;
        text-align:center;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        float: left;
    }
    #title { 
        background-color: red;
        color: #fff;
        height: 20px;
        padding: 3px 0 3px 3px;
        font-weight: bold;
        border-bottom: solid 1px #000; 
    }
    #league_table {
        overflow: hidden;
    }
    #league_row {
        overflow: hidden;
        height: 16px;
    }
    #paper_row {
        margin-left: 20px;
        padding: 0px 116px 0px 0px;
        height: 16px;
        color: #9a9a9a;
    }
    #top_row {
        overflow:hidden;
    }
    #col_1 {
        width: 20px;
        float: left;
        border-top: 1px dashed #b8b8b8;
        margin-left:2px;        
    }
    #col_2 {
        width: 96px;
        float: left;
        border-top: 1px dashed #b8b8b8;
    }
    #col_3 {
        width: 58px;
        float: left;
        border-top: 1px dashed #b8b8b8;
    }
    #col_4 {
        width: 58px;
        float: left;
        border-top: 1px dashed #b8b8b8;
    }
    object#youvid {
        margin-left: 10px;
    }
    #youlink {
        text-align: right;
        font-weight: bold;
        margin-top: 10px;
    }
    #poollink {
        font-weight: bold;
        font-size: 18px;
        padding:5px;
        background-color: #31576A;
        border: 1px #000 solid;
        text-align:center;
        _height:1%;
        position:relative;
    }
    h1 {
        text-align: center;
        font-size: 20px;
    }

div.row {
    height: 16px;
    overflow:hidden;
}
div.column1 {
     width: 20px;
     float: left;
}
div.column2 {
    width: 90px;
    float: left;
}
div.column3 {
        width: 58px;
        float: left;
}
.center {
    color:#000;
}
div.column4 {
        width: 61px;
        float: left;
}
div.rowJob {
        margin-left: 14px;
        padding: 0px 116px 0px 0px;
        height: 16px;
        color: #9a9a9a;
}
div.columnJob {
    overflow:hidden;
}

div#archive_box {
  border:1px solid #000;
  width:222px; 
  margin-bottom:5px;
  float:left; 
  background-color:#31576A;
  padding: 5px;
  text-align:center;
}

div#archive_container {
  margin:0px auto;
  width:540px;
  <-- margin-left: 100px; --> 
}