* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background:url(images/back1.gif) left top repeat;
	color: #263248;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	}
#container {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #666;
	padding: 0.5em;
	text-align: left;
	}
#header, #nav, #content, #footer {
	background: #f4f4f4 url(images/mmifilmlogo.gif) left top repeat-y;
	padding-left: 30px;
	position: relative;
	margin-bottom: 0.5em;
	}
#header {
	padding: 5px 15px 15px 35px;
}

#footer {
	margin-bottom: 0;
	text-align: center;
	padding: 5px 15px 15px 35px;

	}
#header h1, #header h2 {
	font-size: 1.7em;
	color: #263248;
	margin: 5px 0 10px 10px;
	}
#header h2 {
	font-size: 1.2em;
	color: #990000;
	font-style: italic;
}
div.headerr, div.footerr {
	padding: 10px;
	}
#content {
	padding: 5px 15px 15px 35px;
	position: relative;
	min-height: 400px;
	height:auto !important;
	height:400px;	
	overflow: hidden;
	}
#content h1 {
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: .5em 0;
	}
#content h2 {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: .5em 0;
	}
#content h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin: .5em 0;
		}

#content-left {
	float: left;
	width: 550px;
	padding: 10px 15px 15px 20px;
	overflow: hidden;
		}
#content-right {
	padding: 10px 15px 15px 0px;
	float: right;
	width: 220px;
	overflow: hidden;
}


/* horizontal navigation */

#nav {
text-align: left;
	padding: .5em 1.5em .7em 55px;
	margin: 0 0 0.5em 0;
	}
#nav ul {
	padding: 0 0 0 0;
	margin: 0;
	}
#nav ul li {
	display: inline;
	margin: 0 0.5em 0 0;
	color: #f4f4f4;
	list-style-type: none;
	position: relative;
	padding-bottom: 0.5em;
	}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	color: #f4f4f4;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0.3em 0.7em 0.3em 0.7em;
	text-decoration: none;
	background-color: #7e8aa2;
	border: 1px solid #666;
	}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a.active {
	background-color: #263248;
	color: #f4f4f4;
	}

a.active {
border: 10px solid red;

}
/* End navigation */
	
/* links */
a, a:visited {
	color:#7e8aa2;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#263248;
}
ul.links li a, ul.links li a:link, ul.links li a:visited {
	background:url(images/link.gif) center right no-repeat;
	padding-right: 20px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color:#7e8aa2;
}

ul.links li a:hover {
	color:#263248;
}
#content p a, #content p a:link, content p a:visited {
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color:#7e8aa2;
	border-bottom: 1px dotted #7e8aa3;
}

#content p a:hover {
	color:#263248;
	border-bottom: 1px dotted #263248;
}
a img, a:link img, a:visited img, a:hover img, #content-right li a img, #content-right li a:link img,
#content-right li a:visited img, #content-right li img  {
	border: 0 dotted #fff !important;
	padding: 0.3em;
	border-bottom: 0 dotted #fff !important;
	text-decoration: none;
	}

/* end links */

/* rounded - by cssplay.co.uk */
	
.rund {
	position:relative; 
	background:#fff; 
	margin:.5em auto 0 auto;
	height: 100%;
	overflow: hidden;
	}
.tl, .bl, .tr, .br {
	position:absolute; 
	width:20px; 
	height:20px; 
	color:#fff; 
	background:#f4f4f4; 
	overflow:hidden; 
	font-style:normal; 
	z-index:1;
	}
.tl {top:0; left:0;}
.bl {bottom:0; left:0;}
.tr {top:0; right:0;}
.br {bottom:0; right:0;}
.rund em b {
	position:absolute; 
	font-size:150px; 
	font-family:arial; 
	color:#fff; 
	line-height:40px; 
	font-weight:normal;
	}
.tl b {left:-8px;}
.tr b {left:-25px;}
.bl b {left:-8px; top:-17px;}
.br b {left:-25px; top:-17px;}
.rund p {position:relative; 
	text-align: left;
	z-index:100; 
	padding:0;
	margin: 5px 0;
	}
/* end rounded */

/* Lists */
ol {
	margin-left: 2em;
	padding-bottom: 1em;
	padding-left:0;
	line-height: 1.5;
	list-style:decimal;
	}
ul {
	margin-left: 2em;
	padding-bottom: 1em;
	padding-left:0;
	line-height: 1.5;
	}
#content-right ul {
	list-style: none;
}
#content-right ul li {
	margin:2px 0;
}
#content-right ul li a, #content-right ul li a:visited {
	color: #7e8aa2;
	text-decoration: none;
	border-bottom: 1px dotted #7e8aa2;
	}
#content-right ul li a:hover {
	color: #263248;
	text-decoration: none;
	border-bottom: 1px dotted #263248;
	}

dl {
	width: 80%;
	margin: 0 auto;
	padding: 2em 0;
	}
dt {
	font-weight: bold;
	font-size: 90%;
	margin: 1em 0 .3em 0;
	}

dd {
	text-align: left;
	font-size: 90%;
	}
		
		
dt {
	text-align: left;
	}
/* end lists */	

/* various classes */
.small {
	font-size: .6em;
	padding-bottom: 0.3em;
	}
	
.alignleft {
	float: left;
	margin: 5px 10px 5px 0 !important;
	}
.alignright {
	float: right;
	margin: 5px 0px 5px 10px !important;
	text-align: right;
}
.copyr {
	text-align: center !important;
	font-size: .8em;
	margin-bottom: 1em;
}
.webm {
	font-size: .7em;
	color: #999;
	text-align: right !important;

}
.webm a {
	font-weight: normal;
}

/* End various classes */
	
/* Contact form */

form {
	margin-left: 20px;
	}
fieldset {
	width: 480px;
	padding: 10px;
	}
legend {
	margin: 10px;
	padding: 5px;
	color: #990000;
	}
input, textarea {
font-size:1em;
width:500px;
color: #494949;
background: #f4f4f4;
border: 1px inset #999;
padding-left: 1px;
}
input:hover, textarea:hover {
background: #ccc;
}
.submit {
	background: #7e8aa2;
	color: #fff;
	width: 150px;
	border: 1px solid #263248;
}
.submit:hover {
	background: #263248;	
	color: #f2f2f2;
}

