/* Imagination Films Main Stylesheet */
body{
  margin: 0;
  background: #505050  url(img/body_back.gif) top center repeat-y;
}

.enlarge_link a{
  color: #333333;
  text-decoration: none;
  font-style:italic
}
.enlarge_link a:hover{
  color: #666666;
}


body, table, td{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;

}
html,body {

}
img{
  border: none;
  vertical-align: bottom;
}
a{
  color: #666666;
}
#BackgroundWrapper{
  background-image: url(img/div_background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
#Wrapper{
  width: 910px;
  /*
  background: url(img/content_bg.png) top left repeat-y;
  */
  vertical-align: top;
}
#Wrapper2{
  padding: 10px 65px;
}
#Header{
  margin-bottom: 5px;
}
#Content{
  background: #ffffff;
  padding: 20px;
  text-align:left;
}
#Footer{
  margin-top: 5px;
  background: #ffffff;
  padding: 5px 15px;
  font-style: italic;
  font-weight: bold;
  color: #333333;
  text-align:right;
  font-size: 10px;
}

/* Homepage Styles */

#HomeMainColumn{
  width: 430px;
  float: left;
}
#HomeMainColumnInside{
  margin: 0 20px 0 0;
}
#HomeNewsColumn{
  width: 310px;
  float: left;
  
}
.clear{
  clear: both;
  height:0px;
  line-height:0px;
  font-size: 0px;
}
.clearDiv{
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
#HomeLatestTitle{
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-style: italic;
}
#HomeLatestDate{
  font-size: 9px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-style: italic;
}
#HomeLatestDetails{
  margin: 0 0 10px 0;
  font-style: italic;
}
#HomeLatestMore a{

}
#HomeNewsBox{
  border-left: 3px solid #dddddd;
  padding: 0 15px 15px 15px;
  margin: 0 0 5px 0;
}
#MoreNews a{
  text-decoration: none;
  color: #333333;
}
#MoreNews a:hover { color: #666666; font-weight: bold }
.HomeNewsTitle { color: #333333; font-size: 15px; font-weight: bold; margin: 0 0 10px }
.HomeNewsTitle a{
  text-decoration: none;
  color: #333333;
}
.HomeNewsTitle a:hover{
  color: #666666;
}
.HomeNewsDesc{
  margin: 0 0 20px 0;
  color: #666666;
}





#TitleMainColumn{
  width: 430px;
  float: left;
}

#TitleMainColumnInside{
  margin: 0 20px 0 0;
}
#TitleDescriptionColumn{
  width: 310px;
  float: left;
  
}
#TitleLatestTitle{
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  font-style: italic;
}
#TitleLatestDate{
  font-size: 9px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-style: italic;
  text-transform: uppercase;
}
#TitleLatestDetails{
  margin: 0 0 10px 0;
  font-style: italic;
}
#TitleDescription{
  font-size: 11px;
  line-height: 16px;
}



#TitlesContent{
  padding: 20px 0;
}
#TitlesDirectoryTable td{
  text-align: center;
  vertical-align: top;
  /*background:  url(img/title_back.gif) top center no-repeat;*/
  padding: 3px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
#TitlesDirectoryTable td img{
  margin-bottom: 5px;
}
#TitlesDirectoryTable td a{
  text-decoration: none;
  color: #333333;
}
#TitlesDirectoryTable td a:hover{
  color: #666666;
}

#ContactContent{
  padding: 70px 50px;
}
#PageName{
  font-size: 22px;
  color: #333333;
  margin: 0 0 30px 0;
}
#PageInfo{
  line-height: 15px;
  color: #333333;
}
#PageInfo a{
  text-decoration: none;
  color: #333333;
}
#PageInfo a:hover{
  color: #666666;
}



#AboutUsContent{
  padding: 70px 20px 70px 50px;
}
#AboutUsImage{
  float: right;
  margin: 0 0 0 25px;
}
.AboutUsInfo{
  width: 440px;
}

#NewsContent{
  padding: 20px;
}

.AllNewsTitles{
  background:  url(img/return_arrow.gif) left no-repeat;
  padding: 1px 0 0 15px;
  margin: 0 0 30px 0;
  line-height:15px;
}
.AllNewsTitles a{
  color: #333333;
  text-decoration: none;
}
.AllNewsTitles a:hover{
  color: #666666;
}
