@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
}

P {
  margin-top:0px;
  margin-bottom:14px;
  }

a:link, a:visited {
  color:#000;
  text-decoration:underline;
  }

a:hover, a:active {
  color:#000;
  text-decoration:none;
  }

/* custom styles */

#bghome {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgsub {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgsubfilm {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/bg_sub_film.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#banner {
	padding: 0px 0px 65px 0px;
	margin: 0;
}

#footer {
	margin: 0;
	padding: 40px 20px 30px 20px;
}

#padcell {
	margin: 0;
	padding: 0 20px 20px 0;
}

#pad50 {
	margin: 0;
	padding: 0 50px 0 0;
}

#pad30 {
	margin: 0;
	padding: 0 30px 0 0;
}

#padtxt {
	margin: 0;
	padding: 14px 0px 20px 0;
}


/* Text styles */
  
.title {
	color: #000;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 180%;
}

a.title:LINK, a.title:VISITED {
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#000;
  }
  
a.title:HOVER, a.title:ACTIVE {
  text-decoration:none;
  color:#000;
  }
  
.subtitle {
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  color:#000;
  }
  
A.subtitle:LINK, A.subtitle:VISITED {
  text-decoration:underline;
  color:#000;
  }

a.subtitle:HOVER, a.subtitle:ACTIVE {
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  color:#000;
  }

.marginimg {
	margin: 2px 30px 20px 0px;
  }
  
.smalltxt {
  font-size:10px;
  text-decoration:none;
  color:#000;
  }
  
A.smalltxt:LINK, A.smalltxt:VISITED {
  font-size:10px;
  text-decoration:underline;
  color:#000;
  }

a.smalltxt:HOVER, a.smalltxt:ACTIVE {
  text-decoration:none;
  color:#000;
  }