body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color:#FFFFFF;
}
* {margin: 0px;padding: 0px;}
#container {
    text-align: center;
    margin: 10px auto;
    width: 800px;
}
#container-left {
    text-align: left;
    margin: 10px auto;
    width: 800px;
}
#main {
    width: 800px;
    background-image:url(images/background.gif);
    margin-top: 0px;
}

.index {
    display:block;
    width:750px;
    height:175px;
    margin-left:25px;
}
/******************** header ********************/
#header {
    width:750px;
    height:250px;
    margin-left:25px;
    background-image:url(images/coverphoto.jpg);
    display:block;
}
#nav {
    width:auto;
    height:22px;
    margin: 2px 25px 2px 25px;
    background-color:#a5cae5;
    padding: 3px 5px 3px 1px;
}
/*
#nav ul {
}*/
#nav li {
    display:inline; 
    background-color:#245882;
    width:120px; 
    height:22px;
    float:left;
    margin-left:4px;
    text-align:center;
}
#nav a {
    width:120px; 
    height:19px;
    padding-top:3px;
    text-decoration:none;
    color:#a5cae5;
    font-weight:800;
    display:block;
}
#nav a:hover {
    color:#FFFFFF;
    font-weight:800;
}
/******************** Content ********************/
p, h1, a, span, table{font-family: Arial, sans-serif;}
a{
    color: #052d4e;
    font-weight:800;
}
a:hover{
    color:#FFFFFF;
}
h1{
    font-size: 16px;
    color: #052d4e;  
    display:inline;
    font-weight:900;
    text-align: center;
}
p {
    font-size: 12px;
    color: #052d4e;
    padding: 5px 0px;
}
span{
    font-size: 14px;
    color: #052d4e;
    font-weight: 900;
    display: inline;
    margin-left:8px;
}
table {
        text-align: left;
        width: 75%;
        table-layout: fixed;
}
td {
        padding: 5px 5px 5px 5px;
        text-align: center;
}
#content {
        width:800px;
        min-height:     350px;
        margin-left:0px;
        background-color:#a5cae5;
}
#left {
        float:left;   
        width:390px;
        display:inline;
        margin: 20px 0px 30px 20px;
}
#right {
        float:right;   
        width:260px;
        background-color:#397eb7;
        color:#007dda;
        font-weight:900;
        padding: 10px 20px;
        margin: 30px 20px 20px 0px;
        display:inline; 
}
#right p{
        padding: 7px 0px;
}
#right a{
        color:#007dda;
        font-weight:900;
}
#right a:hover{
        color: #052d4e;
}
#center {
    clear: both;
    margin: 0 auto;  
    padding-top: 40px;
    padding-bottom: 20px;
        width: 700px;
}
#leftnav {
        float: left;
        display:inline;
        margin: 0px 0px 30px 50px;
        padding-top: 60px;
}
#leftnav a {
        font-size: 14px;
        color: #052d4e;
        font-weight: 900;
        display: block;
        margin-left:8px;
        text-decoration: none;   
}
#leftnav  a:hover {
        color: #007dda;
}
#member {
        float: left;
        font-size: 14px;
        color: #007dda;
        font-weight: 900;
        display: block;
        margin: 0px 0px 15px 190px;
        text-align:     center;
        padding-top: 40px;
}
.member {
        text-align:     center;
        display: block;
        color: #052d4e;
        font-size: 12px; 
        font-weight: normal;
        margin: 5px 0px;
}
        
.post {
        margin-top:20px;
}

/**************** Homepage Images ***************/

.gallery {
        display: flex;
        justify-content: center;
}
  
.gallery img {
        object-fit: cover;
        width: 200px;
        height: 200px;
        margin: 2px; /* spacing between images */
        transition: all 0.3s ease;
    }
    
    .gallery img:first-child {
        border-radius: 10px 0 0 10px;
    }
    
    .gallery img:last-child {
        border-radius: 0 10px 10px 0;
    }
    
    .gallery img:hover {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease;
        width: 60%;
    }

/******************** Footer ********************/
#footer {
        width:800px;     
        text-align:center;
        color:#007dda;
        margin: 0px 0px;
}
/* #footer ul {
}*/
#footer li {
        display:inline;
        float:none;
        text-align:center;
}
#footer a {
        color:#007dda; 
        font-weight:900;
        text-decoration:none;
}
#footer a:hover {
        text-decoration:underline;
}
#footer span {
        display:block;
        clear:both;
        color:#007dda;
        margin: 0px 0px;
}
.clear{
        clear:both;
}
