
body {margin: 0;
      background-color: black;
 }

.main {margin: 2em auto 0.2em auto;
       border: solid 1px beige;
 }

img {display: block;
 }

.main td {padding: 0;
          vertical-align: top;
 }

/* Banner Styling Start */

.banner_top {width: 798px;
             height: 95px;
 }

.banner_top img {border: none;
 }

/* Banner Styling Stop */
/* Content Box Styling Start*/

.content {width: 560px;
          height: 505px; 
          background-color: #5C6643;
          vertical-align: top;
 }

.content p {margin: 10px 20px;
            color: #D3D2B1;
            font-weight: bold;
 }

.content a:hover {color: #B4BB9A;
 }

.content a {color: white;
            text-decoration: none;
 }
 
h1 {color: beige;
    font-size: 140%;
    font-family: serif;
    letter-spacing: 0.3em;
    font-style: italic;
    margin: 10px 20px 25px 20px;
 }

h2 {color: #ADA68C;
    margin: 30px 20px 10px 20px;
    font-size: 120%;
 }
 
h3 {color: #CCE0B8;
    font-size: 140%;
    font-family: serif;
    letter-spacing: 0.3em;
    margin: 10px 0px 5px 20px;
 }

hr {border: solid 1px #838A5F;
    margin: 10px 20px;
 } 

.float_right {
  float: right;
  }

.content_image {
  margin: 1em;
  }


/* Content Box Styling Stop */
/* Side Bar Styling Star */

.side_bar {width: 238px;
           height: 505px;
           background-image: url(images/banner_side.jpg);
           background-repeat: no-repeat;
           /*background-color: #F4F5F9;*/
           background-color: #303E1D;
 }

.nav {margin: auto;
      color: white;
      font-weight: bold;
      letter-spacing: 0.2em;
 }

.nav td {text-align: center;
         vertical-align: middle;
         padding: 1em;
         font-size: 115%;
 }

.nav_sep1 {border-bottom: 1px dashed beige;
 }

.nav_sep2 {border-bottom: 1px dashed beige;
 }

.current {color: #DEBC7D;
 }

.nav td a:hover {color: #DEBC7D;
 }

.nav td a {text-decoration: none;
           color: white;
 }

/* Side Bar Styling Stop */
/* Footer Styling Start */

.footer {color: gray;
         width: 800px;
         margin: 0 auto 1em auto;
         font-size: 75%;
 }

.footer a:hover {
  color: gray;
  }

.footer a {
    color: beige;
    text-decoration: none;
  }

/* Footer Styling Stop */
/* Workshop poster styling */

.bottom_text {text-align: center;
              font-weight: bold;
              font-size: 110%;
              color: green;
              margin: 0.5em 1em 1em 1em;
}

.workshop_links a:hover {color: white;
}

.workshop_links a:visited {color: green;
                           text-decoration: none;
}

.workshop_links a {color: green;

                   text-decoration: none;
}

/* Workshop poster styling end */ 
/* Gallery styling start */
.gallery_table {margin: auto;
}

.gallery_table td {padding: 10px;
}

.gallery_table td img {border: solid 1px #32432b;
}

/* Gallery styling end */

.d { outline: thin solid red } 


/***  for slideshow  **/


#home_center_slideshow {
	
width:184px;
height:139px;	
position:relative;
}



#home_center_slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#home_center_slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#home_center_slideshow img.last-active {
    z-index:9;
}
/*** end  slideshow **/

