@charset "utf-8";
/* CSS Document */

/*polaroid*/
.polaroid {
color:#f14e06;
}

h1{
	font-family:"Trebuchet MS", Verdana;
	font-size:17px;
	font-weight:bold;
 	letter-spacing: 0.2em;
}

h2 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#f14e06;
	margin:0;
}


a {
	color:#f14e06;
	text-decoration: none;
	}

a:hover {
	color:#000000;
	text-decoration: none;
	}

p {	
	line-height:18px;
	
	}
	
.grey {
	color:#999999;
	margin:0;
	
	}

#moviescreen{
width:100%;
height:310px;
background-color:#000000;
padding-top:20px;
text-align:center;
border:1px solid #000000;
color:#ffffff;
}

.movieborder{
border:1px solid #0f0f0f;
}

