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

body {
	background: #0C254f;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
	height: 140px;
}
#header img {
	float: left;
	
}
#buttons img {
	margin-top: 62px;
}
#content {
	width: 900px;
	height: 500px;
}
#right_content {
	font: 0.71em/1.3em Helvetica, Arial, sans-serif;
	color: #0C254E;
	text-decoration: none;
	overflow: auto;
}
#left_content {
	font: 0.71em/1.3em Helvetica, Arial, sans-serif;
	color: #0C254E;
	text-decoration: none;
}
#top_content {
	font: 0.71em/1.3em Helvetica, Arial, sans-serif;
	color: #0C254E;
	text-decoration: none;
}
#films table {
	font: 0.71em/1.3em Helvetica, Arial, sans-serif;
	color: #0C254F;
	clear:both;
}
#films {
	width: 900px;
	height: 390px;
	overflow: auto;
	float:left;
}
#films a {
	font-family: Helvetica, Arial, sans-serif;
	color: #0C254F;
	text-decoration: underline;
}
.movietitle {
	color: #0C254E;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
