body {
	background-color: #A5131D;;
	font-size: 16px;
	font-family: Papyrus, 'Trebuchet MS', Verdana, Helvetica;
	color: #000;
	height: 100%;
}

#main {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

#corners {
	background-color: #FFF;
	width: 560px;
	margin-top: 20px;
	padding: 20px 20px 0px 20px;
	text-align: center;
}

#menu {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #A5131D;
}

#menu a {
	color: #A5131D;
	text-decoration: none;
}

#content {
	width: 100%;
	text-align: left;
}

#content h1 {
	font-size: 140%;
	text-align: center;
}

#content h2 {
	font-size: 120%;
	text-align: center;
	text-decoration: underline;
}

#content h2.role {
	text-align: left;
}

#content a {
	color: #A5131D;
}

#footer {
	margin-top: 40px;
	text-align: center;
}

table.program td.timestamp {
	padding-right: 15px;
	text-align: right;
}
