html, body, p, div, span, h1, h2, h3, h4, h5, h6, ol, ul, li, a, img {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    color: #7f4400;
    font: 14px /1.2 Cambria, "Bell MT", "Lucida Bright", "Times New Roman", serif;
    margin: 0 auto;
    width: 700px;
}
a { color: #144767; }
a:hover { text-decoration: underline; }
h1 { font-size: 2em; }
h2 {
    color: #79b5db;
    font-size: 1.4em;
}
#header {
    background: url(../images/blue-lines.jpg) no-repeat 0 82px;
    height: 149px;
}
#header h1 { float: left; }
#logo {
    background: url(../images/bayou-bakery-small-logo.jpg) no-repeat center;
    display: block;
    height: 149px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 209px;
}
#nav { padding-top: 60px; }
#nav li {
    display: inline-block;
    margin-right: 26px;
    text-align: center;
    width: auto;
}
#nav a {
    color: #7f4400;
    font-size: 1.35em;
    text-decoration: none;
}
#content {
    background: url(../images/small-fleur-de-lis.jpg) no-repeat bottom center;
    padding: 5px 40px 10px;
}
#content p {
    font-size: 1.1em;
    margin-bottom: 20px;
}
#content ul { margin: 0 0 10px 20px; }
span.title-info { display: block; }
#footer {
    background: url(../images/blue-lines.jpg) no-repeat top center;
    font-size: 1.3em;
    padding-top: 37px;
    text-align: center;
}
#footer p { margin-bottom: 15px; }

/* splash */
#splash-header {
    background: url(../images/blue-lines.jpg) no-repeat top center;
    margin-top: 60px;
    padding-top: 22px;
}
#splash-logo {
    background: url(../images/bayou-bakery-large-logo.jpg) no-repeat center;
    display: block;
    height: 376px;
    text-indent: -9999px;
}
#splash-nav { text-align: center; }
#splash-nav li {
    display: inline-block;
    margin: 0 22px;
    text-align: center;
    width: auto;
}
#splash-nav a {
    color: #7f4400;
    font-size: 1.4em;
    text-decoration: none;
}