/* sitewide */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
body,div,p {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 10px 0;
}
div.container {
	width: 740px;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
div.line {
	width: 740px;
	height: 5px;
	background-color: #000000;
}
p.footer {
	font-size: 10px;
	text-align: center;
}
span.divider {
	color: #777777;
	font-weight: bold;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link.dark {
	color: #003399;
	text-decoration: none;
}
a:visited.dark {
	color: #0066CC;
	text-decoration: none;
}
a:hover.dark {
	color: #000000;
	text-decoration: none;
}
a:active.dark {
	color: #000000;
	text-decoration: none;
}
p.footer a:link {
	color: #000000;
	text-decoration: none;
}
p.footer a:visited {
	color: #000000;
	text-decoration: none;
}
p.footer a:hover {
	color: #555555;
	text-decoration: none;
}
p.footer a:active {
	color: #555555;
	text-decoration: none;
}

/* home */

#home div.nav {
	background-image: url(../img/mvfg-nav-home.gif);
	background-repeat: no-repeat;
}
#home iframe.films {
	margin: 0;
	padding: 0;
}

/* films */

#films div.nav {
	background-image: url(../img/mvfg-nav-films.gif);
	background-repeat: no-repeat;
}
#films div.film {
	min-height: 160px;
	height: auto !important;
	height: 160px;
	background-repeat: no-repeat;
	background-position: 20px 15px;
	margin: 5px 20px 10px 0;
	padding: 5px 0 10px 250px;
}
#films span.title {
	font-weight: bold;
	font-style: italic;
}
#films span.italic {
	font-style: italic;
}
#films p.quote {
	color: #505050;
	font-style: italic;
}
#films p.links {
	color: #505050;
}

/* contact */

#contact div.nav {
	background-image: url(../img/mvfg-nav-contact.gif);
	background-repeat: no-repeat;
}
#contact div.about {
	min-height: 175px;
	height: auto !important;
	height: 175px;
	background-color: #D0C58A;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-top: 10px;
	padding: 10px 20px 10px 210px;
}
#contact p.quote {
	font-style: italic;
	text-indent: -5px;
	padding-left: 5px;
}
#contact div.address {
	min-height: 140px;
	height: auto !important;
	height: 140px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin: 10px 0 15px 0;
	padding: 10px 20px 10px 210px;
}
#contact div.address p {
	line-height: 160%;
}
