a { color: #0000EE; text-decoration: underline; }
a:hover { text-decoration: underline; }

a.large_link { font-size: 16px; color: #0000EE; text-decoration: underline; font-weight: bold;}

.join_form
{
  font-size: 10px;
}  


body 
{ 
  margin: 0px;
  padding: 0px;
  background: #A2437B;
  
  background-image: url(../images/body_bg.gif);
  background-repeat: repeat-x;
  
  font-family: verdana; 
  font-size: 12px; 
  color: #757575;   
}

:focus { -moz-outline-style: none; }

td
{ 
  font-family: verdana; 
  font-size: 12px; 
  color: #757575; 
}

h1
{ 
  font-family: arial; 
  font-size: 22px; 
  color: #757575; 
  margin: 0px;
}

.movie_title
{
  font-family: arial; 
  font-size: 20px; 
  color: #757575; 
  margin: 0px;
  padding: 0px;
}  

img 
{ 
  border: 0px;   
}

.footer
{
  font-family: arial; 
  font-size: 11px; 
  color: #c5a43c;   

  padding-left: 5px; 
  padding-top: 5px;  
  padding-right: 5px;
}

hr
{ 
  height: 1px; 
  border: 0px; 
  color: #CBCBCB; 
  background-color: #CBCBCB; 
} 

.large_picture_box
{
  width: 550px;
  height: 498px;
  
  background-image: url(../images/large_picture_bg.gif);
  background-repeat: no-repeat;

  padding: 0px; 
  margin: 0px;
} 

.large_picture_box_hd
{
  width: 550px;
  height: 498px;
  
  background-image: url(../images/large_picture_hd_bg.gif);
  background-repeat: no-repeat;

  padding: 0px; 
  margin: 0px;
}  
 

.small_picture_box
{
  width: 245px;
  height: 166px;
  
  background-image: url(../images/small_picture_bg.gif);
  background-repeat: no-repeat;

  padding: 0px;
  margin: 0px;
}  



