#today-list {
    float: left;
    width: 448px;
    margin: 0 20px 20px 0;
}
#today-list h3 {
    background: #FFF url('../img/frontpage.today.jpg') no-repeat 50% 50%;
    width: 100%;
    height: 50px;
    text-indent: -9000%;
    overflow: hidden;
}
#today-list ul {
    padding: 0;
    overflow: auto;
    list-style-type: none;
}
#today-list ul li {
    clear: both;
    display: block;
    overflow: auto;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #DDD;
}
#today-list ul li img {
    display: block;
    float: left;
    border: 1px solid #EEE;
    width: 60px;
    height: 60px;
}
#today-list ul li p {
    float: right;
    width: 373px;
}
#today-list ul li a {
    text-transform: uppercase;
    font-weight: bold;
}
#today-list span.time, #today-list span.location {
    color: #999;
}
#today-list h4 {
    text-align: right;
    border-bottom: 1px dotted #DDD;
    padding: 10px 0;
}