body {
	background-color: #ddd;
	color: #222;
	font-family:Helvetica;
	font-size:14px;
	margin: 0;
	padding: 0:
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#header ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#header ul li a {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
	text-align: center;
}

#header ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	}

#header ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}

#content {
	padding: 10px;
}
	
	
#footer ul li a {
	background-color: #ffffcc;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
	text-align: center;
	color: #CC3333;
}


#footer ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#footer ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	}

#footer ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}
	

p{text-align: justify;}
p.center{text-align: center;}


a img {
	border: none;
	}
	
a.price  {font-size: 10pt; color: #CC3333;}

.big {font-size: 12pt; font-weight: bold;}

td{margin:0 auto;}

.topline {text-align: center;}
.headline {text-transform:uppercase; text-align: center;}
.subline {color: #cc3333; font-weight:bold; text-align: center;}
.spline {text-align: center;}
.time { text-transform:uppercase; text-align:center;}
.price { text-transform:uppercase; color: #CC3333; text-align:center;}
.link {text-transform:uppercase;}
.blurb {text-align: justify; padding: 10px; width: 758px;}

.HeaderDate {font-weight: bold; color: #ff9933 }
.HeaderHeadline {text-transform:uppercase; color: #ffffcc;}
a.headline {text-decoration: none; color: #ffffcc;}

p.WhosPlaying {text-align: center;}




