
/* http://judo-goclaw.pl       */

   body
	{
 	 background-color: fffff;
 	 font-family: Arial;
         color: #fffff;
         text-align: center; 	 
	}
   img
        {
         border: 0px;
        }	
   a
        {
         text-decoration: underline;
         color: #a42929;
        }
   a:hover
        {
         color: #a42929;
         text-decoration: none;
        }        	
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }            
   td
        {
         padding: 15px;
        }                          	
   #container
        {
         display: block;
         background: #dce0e2;         
         margin: 0 auto;
         padding: 0 0;
         position: relative;        
         text-align: center;
         width: 980px;
         display: block;
         overflow: hidden;  
        }
   .top
       {
        display: block;
        background: url(http://judo-goclaw.pl/templates/img/header.jpg) no-repeat bottom center;
        margin: 0px;
        width: 100%;
        height:210px;
        text-align: center;
        color: white;
       }
   .title
       {
        padding-top: 40px; 
        font-weight: bold; 
        font-size: 2.6em;               
       }
   .description
       {
        padding-top: 10px;
        font-size: 25px;       
       }  
   .main
       {
        display: block;
        margin: 0px;
        background: #fffff ;
        background-repeat: repeat-y;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;  
        padding-bottom: 15px;              
       }
   .navigation
       {
	margin-left: 50px;
	padding-top: 0px;
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
	font-weight:bold;
	color: #a42929;
       }
   .navigation a 
       {
	text-decoration: underline;
	color: #a42929;
       }
   .navigation a:hover 
       {
	border-bottom: none;
	text-decoration: none;
	color: #0080FF;
       }                  
   .gallery
       {
        display: block;
        width: 90%;
        height: auto; 
        overflow: auto;
        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: #3a3e41;
        margin: 0px;
        width: 100%;
        height: 80px;
        font-size: 16px;
        text-align: center;
       }
   .foot
       {
        padding-top: 50px;
        font-size: 10px;   
       }       	