html {
	background: #000;
}

body {
	background: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: medium;
	color: #FFF;
}

b {
	color: #808080;
}

img {
	border: 0px;
}

h1 {
	color: #390;
	font-size: 36pt;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
	display: block;
	width: 100%;
	padding-bottom: 10px;

}

h2 {
	color: #390;
	font-size: 30pt
	margin-top: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #888;
	display: block;
	width: 100%;
	padding-bottom: 10px;

}


#main {
	margin: 0 auto;
	margin-top: 25px;
	width: 600px;
}

a:link, a:visited, a:active {
	color: #390;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

#showtimes ul {
	margin: 0px;
	padding: 0px;
}

#showtimes ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
} 

#showtimes ul li p{
	border: 1px solid #777;
	width: 100px;
	height: 100px;
	float: left;
	padding: 4px;
	margin-right: 2px;
}

#showtimes ul li p b{
	color: #390;
	display: block;
	font-size: 16pt;
}
.copyright {
	font-size: 10pt;
	border-top: 1px solid #888;
	display: block;
	width: 100%;
	padding-top: 10px;
}

table {
	width: 100%;

}

th {
	border: 1px solid #888;
	text-align: left;
	background: #777;
	color: #000;
	padding: 4px;
}
td {
	border: 1px solid #888;
	text-align: left;
	padding: 4px;
}


