@charset "utf-8";
body {
  font-family: arial, sans-serif;
  background: url(../img/body_bg.jpg) #ff9933 repeat-y 50px -50px;
  margin: 0;
  width: 1000px;
}

body > div {
  #display: none;
}

img.spacer {
  width: 0;
  height: 400px;
  float: left;
}

div.spacer {
  clear: both;
}

#inner {
  float:left;
  width: 100%;
}

#ie4 {
  display: none;
  #display: inline;
  text-align: center;
  margin-top: 50px;
  color: red;
  font-weight: bold;
}

#header {
  padding-top: 10px;
  background: url(../img/header_bg.jpg) #ff9933 no-repeat 0 10px;
  height: 280px;
}

#topmenu {
  background: url(../img/topmenu_bg.jpg) #ff9933 no-repeat 0 0;
  height: 60px;
  padding-left: 40px;
}


#content {
  background: url(../img/content_bg.jpg) transparent no-repeat 0 0;
  font-size: 16px;
}

#main, #footer, #ie4 {
  margin-left: 120px;
  width: 640px;
}

#main {
  text-align: justify;
  padding: 2px;
}

#footer {
  color: #aaaaaa;
  font-size: 60%;
  font-style: italic;
  text-align: justify;
  clear:both;
  padding-top: 20px;
  margin-bottom: 10px;
}

#footer img {
  float: left;
  margin-right: 20px;
}

#topmenu a {
  float: left;
  display: block;
  height: 60px;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-right: 10px;
}


#index {
  background-image: url(../img/menu_home.gif);
  width: 80px;
  margin-left: 120px;
}

#index:hover {
  background-image: url(../img/menu_home_mo.gif);
}

.index #index, .index #index:hover {
  background-image: url(../img/menu_home_a.gif);
}


#festival {
  background-image: url(../img/menu_festival.gif);
  width: 100px;
}

#festival:hover {
  background-image: url(../img/menu_festival_mo.gif);
}

.festival #festival, .festival #festival:hover {
  background-image: url(../img/menu_festival_a.gif);
}


#film {
  background-image: url(../img/menu_film.gif);
  width: 120px;
}

#film:hover {
  background-image: url(../img/menu_film_mo.gif);
}

.film #film, .film #film:hover {
  background-image: url(../img/menu_film_a.gif);
}


#video {
  background-image: url(../img/menu_video.gif);
  width: 150px;
}

#video:hover {
  background-image: url(../img/menu_video_mo.gif);
}

.video #video, .video #video:hover {
  background-image: url(../img/menu_video_a.gif);
}


#contact {
  background-image: url(../img/menu_contact.gif);
  width: 100px;
}

#contact:hover {
  background-image: url(../img/menu_contact_mo.gif);
}

.contact #contact, .contact #contact:hover {
  background-image: url(../img/menu_contact_a.gif);
}

a {
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

#footer a {
  font-weight: normal;
  color: #aaaaaa;
}

a:hover, #footer a:hover {
  color: #ff9933;
}

