/* WebHat Web Gallery: Simply Green Theme */
/* http://software.webhat.pl              */

   body
	{
 	 background-color:##CACAF0 ;
 	 font-family: Arial;
               color: blue;
               text-align: center; 	 
	}
   img
        {
         border: 0px;
        }	
   a
        {
         text-decoration: underline;
         color: blue;
        }
   a:hover
        {
         color:  #CACAF0;
        }        	
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }            
   td
        {
         padding: 15px;
        }                          	
   #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: relative;        
         text-align: center;
         width: 700px;
         display: block;
         border: 1px solid  #CACAF0;   
        }
   .top
       {
        display: block;
        background: #FFFFFF url(img/top.jpg) repeat-x;
        margin: 0px;
        width: 100%;
        height: 80px; 
        text-align: left;
        color: blue;
       }
   .title
       {
        padding-top: 20px;
        padding-left: 10px; 
        font-weight: bold; 
        font-size: 25px;               
       }
   .description
       {
        padding-top: 5px;
        padding-left: 10px;
        font-size: 15px;       
       }  
   .main
       {
        display: block;
        margin: 0px;
        background:  #7070E4;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;  
        padding-bottom: 15px;             
       }
   .navigation
       {
        font-size: 13px;
        padding-top: 3px;
        padding-left: 10px;
        border-bottom: 1px solid #64C864;
        border-top: 1px solid #64C864;
        height: 22px;
        text-align: left;
            
       }                   
   .gallery
       {
        display: block;
        width: 90%;
        height: auto; 
        overflow: auto;
        margin-top: 13px;
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto; 
        text-align: center;
        overflow: hidden;   
       }
   .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
       {
        display: block;
        margin: 0px;
        width: 100%;
        height: 18px;
        font-size: 12px;
        text-align: center;
        background-color: #FFFFFF;
       }
   .foot
       {
        font-size: 10px;
		background: #CACAF0;   
       }       	