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

/* These are styles changes for the Film page */


	
/* This opens the div#left_content container */

#left_content_film {
    width: 35%;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* This opens the div#middle_content container */
#middle_content_film {
    width: 30%px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* This opens the div#right_content container */
#right_content_film {
    width: 35%;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#main_content p  {
margin-top: 0px;
margin-bottom: 35px;
text-align: center;
}



/* This styles the a tags for the film links - needed to resolve conflict with #navbar a tags */

#left_content_film a {
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
text-decoration: none;
padding: 0px;
line-height: 110%;
text-align: center;
} 


#left_content_film a:hover, a:active {
color: #FFFAB2;
}


#middle_content_film a {
font-family:"Times New Roman", Times, serif;
font-size: 10o%;
font-weight: bold;
color: #820010;
text-decoration: none;
padding: 0px;
line-height: 110%;
text-align: center;
} 


#middle_content_film a:hover, a:active {
color: #FFFAB2;
}


#right_content_film a {
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
text-decoration: none;
padding: 0px;
line-height: 110%;
text-align: center;
} 


#right_content_film a:hover, a:active {
color: #FFFAB2;
}



