/*LATEST FILMS ON HOMEPAGE*/

table#latestfilms {
margin: 1px 0 0 0;
background-color:#99CC33;
font-size: 0.9em;
width: 300px;
 }

table#latestfilms h2 {
	font-family: Trebuchet MS;
	font-size: 1em;
	font-weight: normal;
	padding-left: 5px;
	margin: 0 0 3px 0;
height: 8px;
}



#latestfilms td {
	padding: 5px;

}

#latestfilms img {
	float: left;
	margin-right: 3px;
border: 1px solid #333;
}
