BODY
{
  font-size: 10pt;
  color:#000000;
  font-family: Trebuchet MS, Verdana, Arial, helvetica;
  background: url('../images/background_films.jpg') repeat;
  margin:0;
  padding:0;
  text-align: center;

  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-highlight-color: #FFF8EE;
  scrollbar-face-color: #FEF2E4;
  scrollbar-shadow-color: #DE5810;
  scrollbar-darkshadow-color: #DE5810;
  scrollbar-base-color: green;
  scrollbar-arrow-color: #D75835;
}

#container
{
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  width: 680px;
  text-align: left;
  padding-bottom: 20px;
}
#header {
  height:152px;
  width:680px;
  background: url('../images/top.jpg');
  cursor: pointer;
}
#main
{
  background-image: url('../images/bottom.jpg');
  background-position: left top;
  background-repeat:repeat-y;
  width:680px;
}
.clear {
  clear:both;
  line-height:0px;
}
#menu
{
  /*position: absolute;*/
  text-align: right;
  padding-left: 30px;
  float:left;
}
#content
{
  padding-left: 15px;
  width: 535px;
  text-align: justify;
  padding-bottom: 20px;
  float:left;
}

A.menu
{
  color:#DE5810;
  text-decoration:none;
  font-weight: bold;
  font-size: 8pt;
}
A:hover.menu
{
  color:#F89820;
  text-decoration:none;
  font-weight: bold;
  font-size: 8pt;
}

A
{
  color:#DE5810;
  text-decoration:none;
  font-weight: bold;
}
A:hover
{
  color:#F89820;
  text-decoration:none;
  font-weight: bold;
}
.text
{
  font-size: 10pt;
  color:#000000;
  font-family: Trebuchet MS, Verdana, Arial, helvetica;
  text-align: justify;
}
.title
{
  font-weight: bold;
  color:#DE5810;
}
.smallcap
{
  font-variant: small-caps;
}