@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	font-family:"Palatino Linotype";
}
div#nifty
{ 
	width:740px;
	background: #f5f9c5;
}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.header
{
	margin: 0 0 -20px 0;
	z-index:-1;
	background-image:url(../images/Headercs3.png);
}

div#main
{
	width:700px;
	background: #edd895;
	
}
h1, h2
{
	margin-left: 5%;
	margin-bottom:0px;
	text-align:left;
	
}
.movie
{
	margin-left: 5%;
}

.description
{
	text-align:left;
	clear:right;
}

.spacer
{
	clear:both;
}
.ticket
{
	color: #990000;
	font-weight:bold;
	text-align:left;
	margin-left:4%;
}
 
.left
{
	float:left;
	margin-right:10px;
	clear:both;
}


p
{
	text-align:left;
	padding:0 10px 0 10px;
	clear:both;
	
}

ul
{
	text-align:left;
}
.bottom
{
	padding: 80px;
	clear:both;
}
/* nav link */
a:link img
{
	border:4px solid #996e36;
}

a:visited img
{
	border:4px solid #996e36;
}

a:hover img
{
	border:4px solid #990000;
}



a:link
{
 	color: #996e36;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
}
	
a:visited {
	color: #996e36;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #990000;
	font-family: "Palatino Linotype",Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
}

