/* WebHat Web Gallery: Violet Theme */
/* http://software.webhat.pl        */

body
	{
 	 background: #67537D url(img/bg.jpg) repeat-x;
 	 font-family: Arial;
         color: white; 
         text-align: center;	 
	}
   a
        {
         color: #E1D6EE;
         text-decoration: none;
        }
   a:hover
        {
         text-decoration: none;
	 color: #B09CC9;
        }        	
   img
        {
         border: 0px;
        }                	
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }            
   td
        {
         padding: 20px;
         height: auto;
        }
   td:hover
        {
         background-color: #4A3365; 
        }             	
   #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: absolute; left: 0px;
        
         text-align: center;
         width: 750px;
         display: block;
         overflow: visible;
         border: 5px solid #4A3365; 
         background: #67537D url(img/bg.jpg) repeat-x;
 
        }
   .top
       {
        display: block;
        background: #C3C1C1 url(img/top.jpg);
        margin: 0px;
        width: 100%;
        height: 125px; 
        text-align: right; 
        border-bottom: 5px solid #4A3365; 
        font-family: Georgia;
        color: white;
        font-style: italic;
       }
   .title
       {
        padding-top: 70px;  
        font-size: 30px;
        margin-bottom: 0px; 
        margin-right: 10px;              
       }
   .description
       {
        margin-right: 10px; 
        padding-top: 3px;
        font-size: 15px;     
       } 
   .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;
       }                
   .bottom
       {
        border-top: 5px solid #4A3365;
        background-image: url(img/bg2.jpg); 
        background-repeat: repeat-x;
        display: block;
        margin: 0px;
        width: 100%;
        height: 26px;
        font-size: 10px;
        text-align: center;
       }
   .foot
       {
        padding-top: 6px;
        font-size: 10px;    
       }
