div .caption {
    text-align: center;
}

/* menu stuff */
.menu, .menutitle {
    float: left;
    height: 47px;
    padding: 4px 0px;
    margin: 10px 2px;
}
.menutitle {
    font-family: Garamond, "Times New Roman", serif;
    font-size: 1.75em;
    padding: 5px 20px;
}
a.menulink {
    text-decoration: none;
}

.tiny { font-size: 0.6em; margin-bottom: 0em; line-height: 0.6em; }

.flower {
    background-image: url(../images/flower.gif);
    background-repeat: no-repeat;
    width: 45px;
    height: 47px;
}

.container {
    position: relative;
}

.background {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
}

.secret-heart-gallery {
    background-image: url(../images/secret-heart-gallery.png);
    width: 294px;
    height: 373px;
    top: 100px;
    left: 303px;
}

.floral-base {
    background-image: url(../images/floral-base.png);
    width: 743px;
    height: 343px;
    top: 286px;
    left: 104px;
}

.home-altar {
    background-image: url(../images/home-altar.png);
    width: 361px;
    height: 476px;
    top: 80px;
    left: 270px;
}

.infant-bird {
    background-image: url(../images/infant-bird.png);
    width: 286px;
    height: 361px;
    top: 120px;
    left: 310px;
}

.foreground {
    position: absolute;
    margin-left: 15px;
    z-index: 2;
}

.banner {
    height: 120px;
}

.left-column {
    margin-top: 40px;
}

.right-column {
    margin-top: 40px;
}

.date {
    font-style: italic;
}

/* gallery photos */
.pics {
    width: 410px;
    height: 260px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0px 20px;
}

.pics img {
    padding: 5px;
    background-color: #fff;
    width: 400px;
    height: 250px;
    top:  0;
    left: 0
}
