body {
font: 100% verdana, arial, sans-serif;

margin: auto;

}

#main {
	clear: both;
	margin-top: 4%;
	background: #FFFFFF;
	float:left;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	
}
#wrap { width:960px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */
#inner_main {
	border: 2px solid #666666;
	width: 810px;
	
}

.menu_table {
	color: #FFFFFF;
	table-layout: fixed;
	font-weight: bold;
	background: #63929C;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #000000;
}

.main_content {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 20px;
	background: #FFFFFF;
	
}

.language_menu {
/*	padding-left: 15px;*/
	font-size: 11px;
	background-color: #CCFFCC;
	color: #000000;
	/*font-weight: bold;*/
}

.footer {
	padding: 25px;
	font-size: 10px;
	background-color: #B0D8FF;
	color: #0000FF;
	border-top: 1px solid #000000;
}

body,td,th {    
                
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}                       
a:link {                
	color: #FFFFFF; 
	text-decoration: none;
}                       
a:visited {             
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {       
	text-decoration: none;
	color: #E6F423; 
}
a:active {
	text-decoration: none;
	color: #FFFFFF; 
}

.email_main:link
{
	 color: blue;
}

.email_main:visited
{
	 color: blue;
}

.email_main:hover
{
	 color: red;
}

.email_main:active
{
	 color: green;
}

.film_link:link
{
	color: #2D98CE;
	font-weight: bold;

}

.film_link:visited
{
	 color: #2D98CE;
	font-weight: bold;
}

.film_link:hover
{
	 color: red;
	font-weight: bold;
}

.film_link:active
{
	 color: red;
	font-weight: bold;
}

.film_year
{
	position: relative;
	left: 5px;
	font-size: 18px;
	font-weight: bold;
}

.film_title
{
	font-weight: bold;
	font-size: 13px;
}

.film_director
{
	font-style: italic;
}

.film_synopsis
{
	font-style: italic;
}

.film_genre
{

}

.film_image
{
	border: 2px solid #2D98CE;
	margin-right: 8px;
}

.map {
	border: 1px solid #006633;
	margin-top: 10px;
	margin-bottom: 5px;
}


#popup {
	clear: both;
	margin-top: 4%;
	background: #2D98CE;
	float:left;
	margin-left: auto;
	margin-right: auto;
}

#inner_popup {
	border: 2px solid #666666;
	
}

