body {
	background-image: url('images/landscape.jpg');
	background-attachment: fixed;
}

table {
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -401px;
	border: 1px solid black;
	padding: 20px;
	margin-top:30px;
	margin-bottom: 30px;
	background-image: url('images/tablebg.png');
	font-style: italic;
	font-size: 18px;
	text-align: center;
}

table.schedule {
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -401px;
	border: 1px solid black;
	padding: 20px;
	margin-top:30px;
	margin-bottom: 30px;
	background-image: url('images/tablebg.png');
	font-style: regular;
	font-size: 12px;
	font-family: sans-serif;
	text-align: left;
}

td {
	cell-padding: 0px;
	cell-spacing: 0px;
	border: 0px solid black;
}

p {
	text-align: left;
	font-style: italic;
}

p.main {
	text-align: center;
	font-style: italic;
	font-size: 24px;
}

hr {
	border-top: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	height: 1px;
	width: 80%;
}	

img {
	border: 0px solid black;
}