html, body {
    margin: 0px;
    padding: 10px;
    background-color: #E3C0A4;
    background-color: #F0B684;
    font-family: serif;
    font-size: 12pt;
}

#head {
    text-align: center;
    width: 100%;
}

.title_image {
    width: 75px;
}
.title_image img {
    height: 150px;
}

div#main {
    padding: 20px;
}


/* - - - - Menu - - - - - - */

#menu {
    margin: 0px 20px;
    text-align: center;
}

#menu a,
#menu a:link,
#menu a:active {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

#menu a:visited {
    color: gray;
}
#menu a:hover {
    text-decoration: underline;
}


/* - - - -  Specials - - - - */

#credit {
    text-align: center;
    font-size: 10pt;
}

.pic {
    background-color:black;
    color:white;
    border:1px solid black;
    margin:5px;
}

.pic p {
    text-align:center;
    margin:0;
    font-size:70%;
}

.pic_left {
    float: left;
    background-color: black;
    color: white;
    border: 1px solid black;
    margin: 10px;
}

.pic_left p {
    text-align:center;
    margin:0;
    font-size:70%;
}

.pic_right {
    float: right;
    background-color: black;
    color: white;
    border: 1px solid black;
    margin: 10px;
}

.pic_right p {
    text-align:center;
    margin:0;
    font-size:70%;
}

