#right-col {
    width: 470px;
}

#left-col {
    width: 430px;
}

#event_latest {
    width: 225px;
    float: left;
}

#event_latest ul {
    list-style: none;
    border-top: 1px solid #CCC;
}

#event_latest li {
    border-bottom: 1px solid #CCC;
    line-height: 1.5em;
}

#event_latest a {
    display: block;
    padding: 5px 8px;
    color: #000;
    font-size: 0.85em;
}

#event_latest a:hover {
    color: #999;
}

#event_latest .bg_light .bg_dark {
    display: block;
    
}

#event_latest .bg_light {
    background-color: #f3f3f3;
}

#event_latest .bg_dark {
    background-color: #e3e3e3;
}

#event_all {
    width: 225px;
    float: right;
    text-align: center;
}

#event_all h3 {
    text-align: left;
}

#event_all img {
    margin-left: 2px;
}

#event_tt {
    clear: both;
}

#team_list {
    width: 240px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CCC;
}

#event_tt img {
    float: left;
    margin: 0px 5px 0px 0px;
}