/* charset=UTF-8 */
/* BASICS */

body {
  background-color:#cccccc;
  background-image:url(../images/bg_4.gif);
  background-repeat:repeat-x;
  }

/* LAYER */

#layer {
  background-image:url(../images/frame_1b.gif);
  }

/* LAYOUT */

#container {
  background-image:url(../images/bg_2.gif);
  background-repeat:repeat-y;
  }

#top1 {
  background-image:url(../images/background.jpg);
  background-repeat:no-repeat;
  }

#top2 {
  border-color:#d0520b;
  }

#right {
  background-color:#ffffff;
  }

#bottom {
  background-color:#e3e3e3;
  }

/* LINKS */

a.menu1a {
  background-color:#d0520b;
  background-image:url(../images/button_21.gif);
  color:#ffffff;
  }

a.menu2 {
  background-image:url(../images/button_22.gif);
  color:#d0520b;
  }

a.menu2a {
  background-color:#d0520b;
  background-image:url(../images/button_23.gif);
  color:#ffffff;
  }

a.menu3 {
  background-color:#f3e7e0;
  border-color:#cccccc;
  }

a.menu3a {
  background-color:#d0520b;
  background-image:url(../images/button_24.gif);
  color:#ffffff;
  border-color:#cccccc;
  }

