body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: #f8f8f8;
}
h1 {
    margin-bottom: 20px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}
.gallery img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.gallery img:hover {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
}

body
 {
 margin: 0;
 padding: 0;
 font-size: 95%;
 font-family: georgia, times, times new roman, serif;
 color: #000;
 background-color: #fff;
 }

 a:link { color: #036; }
 a:visited { color: #066; }

 a:hover, a:active
 {
 color: #fff;
 background-color: #036;
 }

 div#banner
 {
 color: #fff;
 background-color: #333;
 border-bottom: 1px solid #000;
 }

 div#banner h1
 {
 margin: 0;
 padding: .3em 0 .3em .5em;
 font-size: 2.2em;
 font-weight: normal;
 }

 div#container
 {
 background-image: url(images/nav_col_base_long.jpg);
 background-repeat: repeat-y;
 }

 div#navigation
 {
 float: left;
 width: 172px;
 padding-top: 2em;
 }

 div#navigation ul
 {
 list-style-type: none;
 padding: 0;
 margin: 0;
 }

 div#navigation ul li
{
 margin-top: 4px;
  background-image: url(images/nav_col_base_long.jpg);
 background-repeat: repeat-y;
 }

 #navigation ul li a
 {
 display: block;
 width: 135px;
 padding: 3px 52px 3px 5px;
 text-decoration: none;
 color: #000;
 background-repeat: repeat-y;
 }

  #navigation ul li li a
 {
 display: block;
 width: 135px;
 padding: 3px 39px 3px 18px;
 text-decoration: none;
 color: #000;
 background-repeat: repeat-y;
 }

 #navigation ul li li li a
 {
 display: block;
 width: 135px;
 padding: 3px 26px 3px 31px;
 text-decoration: none;
 color: #000;
 background-repeat: repeat-y;
 }

 #navigation ul li li li li a
 {
 display: block;
 width: 135px;
 padding: 3px 13px 3px 44px;
 text-decoration: none;
 color: #000;
 background-repeat: repeat-y;
 }

 #navigation ul li li li li li a
 {
 display: block;
 width: 135px;
 padding: 3px 0px 3px 57px;
 text-decoration: none;
 color: #000;
 background-repeat: repeat-y;
 }


 #navigation ul li a:hover
 {
 color: #fff;
 background-color: #ccc;
 background-image: url(images/nav_base2.jpg);
 background-repeat: repeat-y;
 }

  div#content
 {
 margin-left: 212px;
 margin-right: 10px;
 }

 div#content h2
 {
 font-size: 2em;
 color: #036;
 margin: 0;
 padding-top: 1em;
 font-weight: normal;
 }

 div#content { line-height: 150%; }

 #cleardiv
 {
 clear: both;
 height: 1em;
 }

.floatright
 {
 float: right;
 width: ;
 margin: 0 0 10px 10px;
 background-color: #fff;
 padding: 10px;
 border-top: 0px solid #999;
 border-right: 0px solid #555;
 border-bottom: 0px solid #555;
 border-left: 0px solid #999;
 }

 div.floatright img
 {
 border-top: 2px solid #555;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
 border-left: 2px solid #555;
 }

div.floatright div
 {
 margin: 0;
 padding: 0;
 font-size: 95%;
 font-family: georgia, times, times new roman, serif;
 color: #000;
 background-color: #fff;
}

 .floatleft
 {
 float: left;
 width: ;
 margin: 0px 0px 0px 0px;
 background-color: #fff;
 padding: 10px;
 border-top: 0px solid #999;
 border-right: 0px solid #555;
 border-bottom: 0px solid #555;
 border-left: 0px solid #999;
 }


div.floatleft img
 {
 border-top: 2px solid #555;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
 border-left: 2px solid #555;
 }

.caption
 {
 margin: 0;
 padding: 0;
 font-size: 95%;
 font-family: georgia, times, times new roman, serif;
 color: #000;
 background-color: #fff;
 font-style:italic;
}



 .image .div { font-size: 80%;
                  font-family: Verdana, Arial, sans-serif;
                  text-align: center; }

 p { margin-top: 0; }
