body {
    background-color: #b5a789;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: small;
    margin: 0px;
}

#header {
    background-color: #675c47;
    margin: 10px 10px 0px 10px;
    height: 108px;
}

#drinks {
    background-color: #efe5d0;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
    width: 20%;
}

#main,
#blog {
    background: #efe5d0 url(images/background.gif) top left;
    font-size: 105%;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
}

#sidebar {
    background: #efe5d0 url(images/background.gif) bottom right;
    font-size: 105%;
    padding: 15px;
    width: 280px;
    display: table-cell;
    vertical-align: top;
}

#footer {
    background-color: #675c47;
    color: #efe5d0;
    text-align: center;
    padding: 15px;
    margin: 0px 10px 10px 10px;
    font-size: 90%;
    clear: right;
}

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;
}

div#tableContainer {
    display: table;
    border-spacing: 10px;
}

div#tableRow {
    display: table-row;
}

#headerSlogan {
    position: absolute;
    right: 0px;
    z-index: 0;
}

#headerLogo {
    position: absolute;
    left: auto;
    z-index: 1;
}

#award {
    position: absolute;
    top: 20px;
    left: 40%;
    z-index: 1;
}

#coupon {
    position: fixed;
    top: 350px;
    left: -250px;
}

#coupon a,
img {
    border: none;
}

#coupon:hover {
    left: -10px;
}

nav {
    background-color: #efe5d0;
    margin: 10px 10px 0px 10px;
}

nav ul {
    margin: 0px;
    list-style-type: none;
    padding: 5px 0px 5px 10px;
}

nav ul li {
    display: inline;
    padding: 5px 10px 5px 10px;
}

nav ul li a:link,
nav ul li a:visited {
    color: #954d4d;
    border-bottom: none;
    font-weight: bold;
}

nav ul li.selected {
    background-color: #c8d99c;
}

h2 {
    font-size: 110%;
    color: black;
}

form div.tableRow p {
    display: table-cell;
    vertical-align: top;
    padding: 3px;
}

form div.tableRow {
    display: table-row;
}

form {
    display: table;
    padding: 10px;
    border: thin dotted #7e7e7e;
    background-color: #e1c1b8;
}

form textarea {
    width: 500px;
    height: 200px;
}

form div.tableRow p:first-child {
    text-align: right;
}

form p.heading {
    font-weight: bold;
}

input[required] {
    border: black thin solid;
}

input[required]:valid {
    border: none;
}
