#wrap {
background: url(/images/backgrounds/schedule.jpg) top center no-repeat;
}

#nav ul {
background: #d1a59c url(/images/backgrounds/navbar/schedule.jpg) no-repeat top left;
}


#main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 280px;
	}

/* new scroll div */
#divUpControl {
	position:absolute;
	left:68px; 
	top:35px;
	z-index:1;
	text-align: left;
	}

#divDownControl {
	position:absolute;
	left:68px; 
	top:250px;
	z-index:1;
	text-align: left;
	}

#divContainer {
	position:absolute;
	width:480px;
	height:280px;
	overflow:hidden;
	top:20px;
	left:100px;
	clip:rect(0, 480px, 280px, 0);
	visibility:hidden;
	}

#divContent {
	position:absolute;
	width:480px;
	top:0;
	left:0;
	}


#schedule table {
border-bottom: 1px solid #d3a6ad;
font-size: 90%;
}

#schedule table th {
background: #5f1518;
color: #fff;
font-size: 115%;
padding: 5px 2px;
}

#schedule table th a, #schedule table th a:link, #schedule table th a:hover {
color: #fff;
}

#schedule table td {
padding: 2px;
vertical-align: top;
}

#schedule table td.sched_even {
background: #fadbe0;
border-bottom: 1px solid #d3a6ad;
}

#schedule table td.sched_odd {
background: #fff;
border-bottom: 1px solid #d3a6ad;
}