/* ----- wrapper ----- */
#wrap {
background: url(/images/backgrounds/tour.jpg) no-repeat top left; */
padding-bottom: 50px;
}

/* ----- headings ----- */
#header div {
position: relative;
}
#header div h2 {
text-indent: -4000px;
position: absolute;
top: -9px;
right: 150px;
margin: 0;
padding: 0;
width: 184px;
height: 63px;
background: url(/images/headings/tour.gif) 0 0 no-repeat;
text-decoration: none;
}

h1 {
color: #ffc;
}

/* -------- schedule table -------- */
.dates {
padding-top: 25px;
}

#schedule {
width: 680px;
margin: 10px auto;
}

/* This handles border options */
#schedule table {
border-top: 1px solid #333;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-collapse: collapse;
}
  
#schedule th {
padding: 7.5px;
font-size: 90%;
font-weight: normal;
background: #000 url(/images/backdrops/title_bar.jpg) repeat-x;
border-bottom: 1px solid #004D5B;
}

#schedule th, #schedule th a, #schedule th a:link, #schedule th a:visited, #schedule th a:hover {
color: #fff;
text-decoration: none;
}

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

#schedule td {
padding: 10px;
font-size: 85%;
font-weight: normal;
color: #000;
}

.sched_even {
background-color: #fff;
border-bottom: 1px solid #004D5B;
}

.sched_odd {
background-color: #ccc;
border-bottom: 1px solid #004D5B;
}

/* -------- banner -------- */
.banner {
text-align: center;
margin: 10px auto;
padding: 10px;
}