/*Added Properties*/
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.spacer {
   display: block;
   margin: 10px 0;
}

.shadow {
    box-shadow: 0px 0px 4px #000;
}

.imgFrame{
    border: solid 4px #fff;
}

.gborder {
    border: solid 1px #0E634E;
    margin-bottom: 10px;
}

.lightgray-bkgr{
    background-color: #DFE7E5;
}

#gallery div {
    display:inline-block;
    background-size:175px;
    height:115px;
    width:175px;
}
#gallery a {
    text-decoration: none;
}