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

 body
         {
         background: url('img/bg.jpg');
         background-repeat: repeat-x;
         background-color: #F8F4E8;
         font-family: georgia;
         color: #2979A4;
         }
   img
        {
         border: 0px;
        }	
   a
        {
         text-decoration: underline;
         color: #575656;
        }
   a:hover
        {
         color: #2979A4;
         text-decoration: none;
        }        	
   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: auto;
         display: block;
         overflow: hidden;
         background: transparent;  
        }
   .top
       {
        display: block;
        background: transparent;
        margin: 0px;
        width: 100%;
        height: 188px; 
        text-align: left;
        color: #17647F;
       }
   .title
       {
        padding-top: 60px;
        padding-left: 60px; 
        font-weight: bold; 
        font-size: 3em;               
       }
   .description
       {
        padding-top: 10px;
        padding-left: 60px; 
        font-size: 25px;       
       }  
   .main
       {
        display: block;
        margin: 0px;
        background: transparent;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 5px;  
        padding-bottom: 15px;              
       }
   .navigation
       {
	margin-right: 5px;
	margin-top: 0px;
	padding-top:0px;
	text-align: right;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
       }
   .navigation a 
       {
	text-decoration: none;
	color: #FFFFFF;
       }
   .navigation a:hover 
       {        
	color: #2979A4;
       }                  
   .gallery
       {
        display: block;
        width: auto;
        height: auto; 
        overflow: hidden;
        margin-top: 13px;
        margin-bottom: 13px;
        margin-left: auto;
        margin-right: auto; 
        text-align: center;    
       }
   .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;
        background: transparent;
        margin: 0px;
        width: 100%;
        height: 98px;
        font-size: 12px;
        text-align: center;
       }
   .foot
       {
        padding-top: 50px;
        font-size: 10px;   
       }       	
