/* CSS Document */

 body {	
 }
 
 #films {
	position: relative; 	
	width:710px;	
	}
.filmblock {
	margin-top: 12px;
	margin-bottom: 12px;	
	position: relative;
	clear: both;
	font-size: 14px;
	min-height: 420px; /* size of image + border */
}

.filmblock  a.poster {
	position: relative;
	float: left;
}

.filmblock div.description {
	position: relative;
	float: right;
	width: 400px;
	padding-left: 8px;
	padding-right: 8px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.filmtitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 12px;
	
}
.style5 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.role {font-weight: bold; color: #FF6600; font-size: larger; }
.style10 {color: #000000; font-size: 14px; text-decoration: none; }
.style8 {	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.styleFooter {
	position: relative;
	float: left;
	width: 100%;
	background-color: #FCA150;
	margin-bottom: 2px;
	}

table#menu {
	position: relative;
	float: left;
	width: 220px;
}

