
#container {
	width: 600px;
	margin: 10px auto;
	font-family: Helvetica, Arial;		
}
#header {
	text-align: center;
}
#program {
	text-align: center;
	line-height: 150%;
}
.data {
	display: inline-block;
	border: solid 1px #999;
	padding: 0px 4px;
}
#footer {
	font-size: 10px;
	margin: 20px 0 0 0;
	text-align: center;
	clear: both;
}	
#schedule { 
	text-align: left;
	font-size: 13px;
	line-height: 150%;
}
#schedule .date { 
	font-weight: bold;
	white-space: nowrap;
}
#fb {
	position: fixed;
	right:0;
	top: 200px;
	width: 80px;
}

.outline {
	width: 100%;
}
.outline td {
	padding: 2px;
	vertical-align: top;
}
.outline td.r {
	text-align: right;
	white-space: nowrap;
}