body {
	background-color:#E5ECF4;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
}

.heading	{
	width: 640px;
	margin-top: 30px;
}

.moviebox	{
	background-color:#ffffff;
	width:650px;
	height:520px;
}

.box	{
	width: 640px;
	height: 60px;
	padding-top: 20px;
}

.navigationboxleft	{
	float: left;
	display: block;
	background-color: #B2C7DC;
}

.navigationboxleft a	{
	display: block;
	padding: 10px;
	text-decoration: none;
	color:#003399;
	font-weight:bold;
}

.navigationboxleft a:hover	{
	color:#000033;
}

.navigationboxright	{
	float: right;
	display: block;
	background-color: #B2C7DC;
}

.navigationboxright a	{
	display: block;
	padding: 10px;
	text-decoration: none;
	color:#003399;
	font-weight:bold;
}

.navigationboxright a:hover	{
	color:#000033;
}

.menu	{
	width:640px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0px;
	
}
.menu a	{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	line-height:30px;
}
.menu a:hover	{
	color:#003399;
	
}
.close	{
	float:right;
}
.backtomenu	{
	float:left;
}
