
#wrapper {
    background: #000000 url(../media/images/backgrounds/tour_background.jpg) no-repeat scroll center 139px;
}

#primaryContent {
    margin-bottom: 30px;
}

#tour_dates_table {
    color: #FFFFFF;
    font: 16px/18px Arial;
}

#date_col, #date_th {
    text-align: right;
    width: 88px;
}

#time_col, #time_th {
    color: #DB0000;
    text-align: center;
    width: 90px;
}

#time_th {
    color: #FFFFFF;
}

#building_col, #building_th {
    text-align: left;
    width: 320px;
}

#location_col, #city_th {
    text-align: left;
    width: 314px;
}

#buy_col, #buy_th {
    text-align: center;
}

#buy_col a {
    color: #FFFF00;
    font-weight: bold;
    text-decoration: none;
}



