html, body
      {
	height: 100%; /* height:100%; is required for both html and body */
	margin: 0;
	padding: 0;
	font: 14px arial,verdana,tahoma,sans-serif;
	background-color: #E8E1DB;
      }
      div#container
      {
	height: auto !important; /* Use the correct setting in compliant browsers */
	height: 100%; /* height: 100%; works as min-height in Internet Explorer */
	min-height: 100%;
	padding: 0px;
      }
      div#padding
      {
         padding-bottom: 45px;
      }
      p#footer
      {
	height: 87px;
	margin: -105px 0 0 0;
	padding: 9px;
	color: #083709;
	text-align: center;
	background-image: url(images/footerNEW.jpg);
      }
      /* The rest is for presentation purposes (non-essential) */

      p
      {
         margin: 0;
         padding: 4px 5px; 
      }

a.footerlinks, a.footerlinks:visited, a.footerlinks:active  {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}


a.footerlinks:hover {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
		font-weight: normal;
}

a.mainlinks, a.mainlinks:visited, a.mainlinks:active  {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}


a.mainlinks:hover {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
		font-weight: bold;
}

.thumbnail_bground {
	background-color: #FFFFFF;
}


.castcrewHeading {
	font-style: italic;
	font-weight: bold;
}

.behindScenes {
	font-weight: bold;
	font-size: 18px;
}

.verticalLine {
	background-color: #CCCCCC;
}
