@charset "UTF-8";
.container {
	height: auto;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #630000;
	background-color: #F9F9F9;
}
.content {
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 350px;
	float: left;
	padding-right: 10px;
	height: 290px;
}
.movie {
	float: right;
	width: 325px;
	height: 290px;
}
.styles {
	padding-right: 15px;
	padding-left: 15px;
}
/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	background-color: #640000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 30px;
}

#menu a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#menu a:hover {
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
.style4 {font-size: 10px}

