
	#schedule {
		width:950px;
		height:500px;
		background:url('../images/schedule.jpg') no-repeat;
		position:absolute;
		left:0px;
		top:0px;
	}
	
	.classframe {
		position:absolute;
		left:0px;
		top:500px;
		width:134px;
		height:66px;
		background:url('../images/emptyframe.gif') no-repeat;
		color:#c6c6c6;
		font-size:11px;
		padding:12px;
		border-bottom:1px solid #242424;
		border-top:1px solid #242424;
	}
	
	.classframe:hover {
		xbackground:url('../images/classbg.gif') no-repeat;
	}
	
	.classframe h1 {
		margin:0;
		margin-bottom:3px;
		font-size:14px;
		color:#ffffff;
	}
	
	.timestamp {
		font-size:11px;
		color:#ffffff;
		background:url('../images/newsarrow.gif') no-repeat;
		background-position:0 center;
		padding-left:15px;
	}
	
	#output {
		width:400px;
		height:500px;
		background:#ffffff;
		color:#000000;
		position:absolute;
		top:0px;
		left:0px;
		font-size:11px;
	}
