/* CSS Document */

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	text-decoration:none;
	color:#173041;
}

a:visited
{
	text-decoration:none;
	color:#173041;
}

a:hover
{
	text-decoration:underline;
	color:#173041;
}

.banner
{
	width:949px; 
	height:96px;
	background-image:url(../images/banner.jpg);
}

.menu_left
{
	width:246px;
	height:617px;
	background-image:url(../images/bg_nav.jpg);
	float:left;
}

.movie_container
{
	width:703px;
	height:617px;
	background-color:#EFF6FA;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.menu_data
{
	padding-left:8px;
	font-weight:700;
	font-size:13px;
	color:#173041;
	width:201px;
	
}

.menu_icon
{
	width:32px;
	background-color:#7CA5C3;
	height:40px;
}

.content_link
{
	font-weight:bold;
	font-size:11px;
	width:703px;
	height:617px;
	background-color:#EFF6FA;
	float:left;
	text-align:center;
}

.film_info
{
	font-weight:bold;
	font-size:11px;
	padding-left:5px;
	visibility:hidden;
}

