/* WebHat Web Gallery: Violet Theme */
/* http://software.webhat.pl        */

   img
        {
         border: 0px;
        }                	
         
   td.galeria
        {
         padding: 20px;
         height: auto;
        }
          	
   #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: relative;        
         text-align: center;
         width: 1200px;
         display: block;
         overflow: visible;
        }

   .main
       {
        display: block;
        margin: 0px;
        background-repeat: repeat-y;
        width: auto;
        height: auto;
        text-align: center;
        padding-top: 0px;  
        padding-bottom: 15px;              
       }
   .navigation
       {
        font-size: 12px;
        padding-top: 4px;
        border-bottom: 5px solid #4A3365;
        background: #67537D url(img/bg2.jpg) repeat-x;
        height: 20px;
        text-align: left;      
       }     
   .gallery
       {
        display: block;
        width: 95%;
        height: auto; 
        overflow: visible;
        margin-top: 5px;
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto;      
       }
   .pictitle
       {
        font-weight: bold;
        font-size: 12px;
        padding-top: 3px; 
       }   
   .picdesc
       {
        font-size: 12px;
        padding: 3px;  
       }
   .spacer
       {
       width: 100%;
       height: 5px;
       display: block;
       clear: both;
       }                
                  	