/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;

}
 
body {
	background: #ccc;/* #c0c0c0; */
	background-image: url(filmroll.gif);  
	background-attachment: fixed; 
	background-position: top right; 
	background-repeat: no-repeat; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #121212; 
	font-size: 0.8em; 
	line-height: 1.5em ;
	margin: 0 ;
	padding: 0; 
}

#wrapper {
	width: 770px;
	margin: auto;
	border:0;
}

#banner {
	height: 150px;
	width: 100%

}

#nav {
font-size : 1.1em; 
	padding: 2px;  
	width: 100%; 
	height: 20px;
	white-space: nowrap;
}


#nav ul {
list-style: none; margin: 0; padding: 0; padding-top: 4px;}


#nav ul li {
display: inline;
padding: 0;
margin: 0;


}

#nav ul li a{
font-size: 90%;
color: #121212;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 9em;
} 
#nav ul li a:hover { color: #ff0000; background: #000000;}
#nav ul li a: focus {
color: #FF0000; background: #000000;
}

#content {
margin-top: 10px; padding: 20px;
height: auto;
width: 100%;
	}
.image {width: 60%; height:auto; padding: 10px; float: left}
.text {width:400px; height: auto: padding: 20px; float: right}
.photo {float: left; left: 10px; margin-right: 15px; margin-bottom:10px; padding:15px; }
.photor {float: right;  margin-left: 35px; margin-bottom:50px; padding:15px; }
.photo img {border: medium; color:#000000;}

#footer {
width: 100%;
margin: 1em;
font-size: 9px; 
text-align: left;
border-top: 2px solid #333333;
 }	
.clear {clear: both}

a:link, a:visited { 
	color: #000000; 
	font-size: 1.10em;
	text-decoration: none;
 border: none;	font-weight: bold;
	
} 


a:hover, a:active, a:focus { 
	color: #ff0000; 
	font-size: 1.10em;
	text-decoration: none; 
border: none;	font-weight: bold;
} 


h1 {
	font-size: 1.2em;
	margin-top:1em;
	margin-bottom: 2em;
}

p {
line-height: 1.6em;
margin-top: 0;
margin-bottom: 12px;
}

.leftimage {
float: left;
margin: 2em;
padding-bottom: 20px;
border: 0;
}

img a { border: 0; }
p img a {border: none;}

td p {padding: 5px 2px;
font-size: 0.9em; font-weight: normal; }



