body {
    background-color: #b5a789;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: small;
    margin: 0px;
}
nav {
    background-color: #efe5d0;
    margin: 10px 10px 0px 10px;
}
nav ul {
    margin: 0px;
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

ul li {
    display: inline;
    padding: 5px 10px 5px 10px;
}
 
nav ul li a:link, nav ul li a:visited {
    color: #954b4b;
    border-bottom: none;
    font-weight: bold;
}

nav ul li.selected {
    background-color: #c8b99c;
}

#tableContainer {
    display: table;
    border-spacing: 10px;
}


#tableRow {
    display: table-row;
}


header.top {
    margin: 10px 10px 0px 10px;
  
}

header.top img#headerSlogan {
    float: right;
}

#award {
    position: absolute;
    top: 5%;
    right: 750px;
}

section#drinks {
    display: table-cell;
    background-color: #efe5d0;
    width: 20%;
    padding: 15px;
    vertical-align: top;
}


section#main, section#blog {
    display: table-cell;
    background: #efe5d0 url(imagens/background.gif) top left;
    font-size: 105%;
    padding: 15px;
    vertical-align: top;
}


aside {
    display: table-cell;
    background: #efe5d0 url(imagens/background.gif) bottom right;
    font-size: 105%;
    padding: 15px;
    vertical-align: top;
}


footer {
    background-color: #675c47;
    color: #efe5d0;
    text-align: center;
    padding: 15px;
    margin: 0px 10px 10px 10px;
    font-size: 90%;
}

#coupon {
    position: fixed;
    top: 135px;
    left: 1450px;
}

#coupon a, img {
    border: none;
}

#date {
    font-style: italic;
}

h1 {
    font-size: 120%;
    color: #954b4b;
}


.slogan {
    color: #954b4b;
}


.beanheading {
    text-align: center;
    line-height: 1.8em;
}


a:link {
    color: #b76666;
    text-decoration: none;
    border-bottom: thin dotted #b76666;
}


a:visited {
    color: #675c47;
    text-decoration: none;
    border-bottom: thin dotted #675c47;
}


#allcontent {
    /* width: 85%; */
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #675c47;
    margin-left: auto;
    margin-right: auto;
}

