/* ----- main content ----- */
#left_col {
float: left;
width: 580px;
margin-left: 50px;
}

#main {
color: #333;
width: 580px;
padding: 0;
text-align: left;
}

#right_col {
float: right;
width: 250px;
padding: 0;
margin: 0;
}

#right_col .banner {
width: 150px;
}

/* -------- listings table -------- */
h3 {
font-size: 140%;
margin: 35px 0 2px 0;
}

#listings {
width: 575px;
padding: 5px 15px;
}

#listings caption {
text-align: left;
padding: 0 0 15px 0;
}

/* This handles border options */
#listings{
margin-top: 15px;
border: 1px solid #ccc;
border-collapse: collapse;
}
  
#listings th {
font-weight: bold;
padding: 5px 15px;
border-bottom: 1px solid #ccc;
text-align: left;
background: #ccc;
}

#listings th a, #listings th a:link, #listings th a:visited, #listings th a:hover {
text-decoration: none;
}

#listings th a:hover {
text-decoration: underline;
}

#listings td {
/* background: #fff url(/images/backgrounds/schedule/tr_gradient.jpg) repeat-x; */
padding: 11px;
font-size: 90%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #ccc;
}
