#video-content {
    clear: both;
    width: 960px;
    margin: 0 auto;
}
#video-display {
    clear: both;
    width: 560px;
    height: 315px;
    position: relative;
    float: left;
    display: block;
    border: 1px solid #CC0000;
    margin: 30px 30px 30px 0;
}

#video-feed {
    position: relative;
    float: right;
    width: 320px;
    margin: 0 0 50px;
}

#video-feed li {
    border-bottom: 1px dotted #444;
    margin-bottom: 10px;
}

#video-feed a {
    display: block;
    color: #CC0000;
    font: 12px/14px arial,sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0 0 10px;
    text-decoration: none;
}

#video-feed a:hover, .current-vid {
    color: #ffffff !important;
}
