/* CSS Document */

#nowshowing {
	width:170px;
	/*position:absolute;
	left:0px;
	top:52px;*/
	float:left;
	margin-top:8px;
	border:4px solid #beb196;
	background-color:#ece4d2;
}

#blank {
	margin-top:8px;
	width:178px;
	float:left;	
}	

#nowshowing p {
	margin-top:0px;
	margin-left:8px;
	margin-bottom:13px;
	font-size:0.7em;
}

#nowshowing h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	letter-spacing:.05em;
	font-weight:100;
	text-transform:uppercase;
	color:#45391f;
	margin:5px 0px 5px 0px;
	padding:0px;
	text-align:center;
}

#nowshowing img {
	border-bottom:4px solid #beb196;
}	
