/* CSS Document */

body{
color:#F6F6F6;
background-color:#656565;
background-image: url(greygranitebg.gif);}

p{
	padding: 5px 25px 5px 25px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #1f1f1f;
	text-align: justify;
}

a{
	color: #6500cb;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

.pageHeader{
	position:relative;
	left:12%;
	width:750px;
	height:390px;
	background-image:url(matinee.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	border-color:#F6F6F6;
	border-width:1px;
	border-style:solid;
	margin: 0px 0px 0px 0px;
}
.Title{
	font-family: "Times New Roman", Times, serif;
	color:#CCCCCC;
	position:relative;
	top:200px;
	font-size: 4em;
}

.item{
color:#CCCCCC;
padding:0px 10px 0px 10px;
font-size:18px;
text-decoration:none;
}

.item:hover{
	background-color:#565656;
	text-decoration:none;
}
.data{
	position:relative;	
	left: 12%;
	width:750px;
	border:1px solid #F6F6F6;
	margin:25px 0px 25px 0px;
	background-color: #d3d3d3;
	color: #5e5e5e;
	background-image: url(cornerborder.jpg);
	background-repeat: no-repeat;}

.header{
	background-color:#F6F6F6;
	font-size:18px;
	color:#333333;
	text-align:center;
}

li {
list-style-type: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #191919;
margin: 0px 25px 0px 25px;
text-align: justify;
}

hr
	{
		height: 1px;
		width: 60%;
		align: center;
		border: none 0;
		border-top: 1px solid #000000;
		noshade;
	}

