#rightcolumn {
   position:relative;
   top:50px;
   left:10px;
   margin-left:5%;
   margin-right: 20px;

   width: 60%;
   min-width: 400px;

   min-height: 250px;
   height: auto !important;
   height: 250px;

   background-color:#000000;
   background-repeat:repeat-y;
   background-position:top right;
   border: solid 2px #000000;

   float:left;

   z-index: 6;

   filter:alpha(opacity=90);
   opacity: 0.90;
   -moz-opacity: 0.90;
}

.festival {
   margin: 20px 20px 20px 20px;
}

.festheading {
   position:relative;
   top:15px;

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:18px;
   font-weight:bold;
   font-style:italic;

   color:#B0B0E1;
}

.dotcontainer {

   text-align: center;

}

.festdot {

   position:relative;

   width:70%;

   padding: 1px;
   margin-left: 10px;

   background-image:url(../images/dot.gif);
   background-repeat:repeat-x;
   background-position: center;
   text-align: center;

   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;

}
