#header {
   background: url(../gfx/blue/bg-head.jpg) no-repeat;
   height: 106px;
}

#stage {
   background-color: #F1C19D;
}

#stage-picture {
   background: url(../gfx/blue/bg-stage.jpg) no-repeat;
   height: 174px;
}

#main {
   background: none; 
}

h1, h2, h3, em {
   color: #CD853F;
}

ul.ul-1 li {
   background-image: url(../gfx/blue/li.gif);
}

ul.ul-1 li.act {
   background-image: url(../gfx/blue/li-act.gif);
}

ul.ul-2 li {   
   list-style-image: url(../gfx/blue/li-style-image.gif);
   background-image: none;
}

ul.ul-1 li h2 {
   border-bottom: 2px solid #DEB887;
}

ul.ul-1 li.act h2 {
   border-bottom: 2px solid #C37A32;
}
