   body
	{
 	 background-color: #000000;
 	 font-family: Courier New;
         color: #FFFFFF;
         text-align: center; 	 
	}
   img
        {
         border: 0px;
        }	
   a
        {
         text-decoration: underline;
         color: #60635C;
        }
   a:hover
        {
         color: silver;
        }        	
   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: 850px;
         display: block;
         overflow: visible;
        }
   .top
       {
        display: block;
        background: #000000 url(img/top.gif) no-repeat;
        padding-top: 20px;
        margin: 30px;
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        font-family: Courier New;
       }
   .title
       {
        padding-top: 0px;
        padding-left: 10px;
        font-weight: bold; 
        font-size: 18px;
       }
   .description
       {
        padding-top: 5px;
        padding-left: 10px;
        font-size: 12px;
       }  
   .main
       {
        display: block;
        margin: 0px;
        background: black;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;  
        padding-bottom: 15px;             
       }
   .navigation
       {
        font-size: 13px;
        padding-top: 3px;
        padding-left: 10px;
        height: 22px;
        text-align: left;
        background-color: black;   
       }                   
   .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: visible;   
       }
   .pictitle
       {
        font-weight: normal;
        font-size: 0px;
        padding-top: 3px; 
       }   
   .picdesc
       {
        font-size: 8px;
        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: black;

       }
   .foot
       {
        font-size: 12px;   
       }     	
