body { 
	margin: 0px;
	background-color: #406e9f;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

table {
	border: 0;
	padding: 0;
	border-spacing: 0;
}

img {
	border: 0;
}

img.withborder {
	border: 2;
}

table.content {
	background-color: #FFFFFF;
	border: 0;
	padding: 10;
	border-spacing: 10;
}

table.aboutfilm {
	background-color: #FFFFFF;
	border: 0;
	padding: 10px;
	border-spacing: 10px;
}

table.aboutfilm p {
	margin: 10px;
}

table.redbar {
	height: 30px;
	border: 0;
	padding: 0;
	border-spacing: 0;
	background-image: url(../images/redbar.jpg); 
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {color: #FF0000;}
a:visited {color: #FF0000;}
a:active {color: #FF0000;}
a:hover {color: #FF0000;}

p {
	margin: 0px;
}

.headertext {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 1.5
}

.bodytext {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5
}

.actor {
	font-weight: bold;
}

p.movietitle {
	font-family: "Cooper Std Black", Cooper;
	font-weight: bold;
	font-size: 32px;
	color: #FFCC00;
}

p.subtitle {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#headerTable {
	width: 860px;
	height: 15px;
	background-image: url(../images/content_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footerTable {
	width: 860px;
	height: 15px;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}