body {background-color: #FBF7E9; font-family: Garamond;}

/* main div formatting styles */
div.centering {margin: 0 auto; width: 800px; border: 0px solid black; text-align: center; }

div.navbar {margin: 5px 0 20px 0; font-size:110%}

div.footer {
    margin: 20px auto; 
    font-size: 11px; 
    clear: both;
}

/* this makes it so that copyright is in the same place on all pages */
div.main {
    height: 500px;
}

/* gallery page button and image divisions */

div.buttons {
    margin: 10px 20px 0px 20px; 
    width:220px; 
    float: left;
}

div.buttons img {border-style: none; padding: 1px;}

img.left-arrow { float: left; }
img.right-arrow { float: right; }

div.galley {
    margin: 10px 20px 20px 20px; 
    width:450px; 
    float: left;
}

/* link decoration for navbar text links */

a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: blue;}
