	body
	{
		background-color: rgb(247, 228, 169);
		text-align: center;
	}
	
	#border
	{
		text-align: left;
		margin:0 auto;
		width: 800px;
		margin-top: 30px;
		/*background-color: #FFCC00;*/
	}
    
    #navigation a , #navigation a:visited
	{
      text-decoration: none;
	  color: #000000;
	  border: 1px solid #000000;
/*	  border-bottom: 1px solid #000000;*/
	  padding: 3px;
	  margin-right: 3px;
	  margin-top: 25px;
    }

	#navigation a:hover
	{
		font-weight: bold;
	}
    
    address {
      margin-top: 10px;
      border-top: 1px solid #000000;
      font-size: 80%;
      text-align: center;
    }
    
    .tabindex {
		width: 100%;
		background-color: #FFCC00;
    }
    
    .tabindex TD {
      width: auto;
      background-color: rgb(247, 228, 169);
      text-align: center;
      height: 110px;
    }
    
    .thumbimg {
      background-color: #000000;
      padding: 1px;
    }
    
    .picture {
      background-color: rgb(247, 228, 169);
      text-align: center;
      padding: 5px;
    }
    
    .picimg {
      background-color: #000000;
      padding: 2px;
      margin-bottom: 70px;
    }

	#navigation
	{
		/*margin-right: 70px;*/
		text-align: right;
		margin-bottom: 20px;
	}
