* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #57726d;
}

a:hover {
    color: #35504b;
}

body {
    background: #d5d7c1 url('bg.gif') repeat-x;
    color: #2c4742;
    font: 10pt Arial, sans-serif;
    min-width: 765px;
    text-align: center;
}

h1, h2 {
    border-bottom: #ccc 1px solid;
    font-weight: normal;
}

img {
    border: 0px;
}

p {
    margin-bottom: 15px;
}

ol, ul{
    padding: 0px 0px 15px 25px;
}

ul {
    list-style-type: none;
    padding-left: 15px;
}

#header table {
    border-collapse: collapse;
    width: 100%;
}

#header td {
    vertical-align: bottom;
    width: 615px;
}

#header #logo {
    width: 150px;
}

#header span
{
    display: block;
    background: #ccdcc5;
    font-weight: normal;
    margin-right: 20px;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 575px;
}

#meal-plan, #meal-plan ul {
    list-style-type: none;
}

#meal-plan li {
    font-weight: bold;
}

#meal-plan ul li {
    font-weight: normal;
}

#nav
{
    background: #57726d;
    float: left;
    line-height: normal;
    width: 150px;
}

#nav ul {
    padding: 0px;
}

#nav li {
    margin: 4px 0px 0px 4px;
}

#nav li span {
    color: #9bb6af;
    display: block;
    padding: 2px 0px 2px 4px;
}

#nav a {
    color: #fff;
    display: block;
    padding: 2px 0px 2px 4px;
    text-decoration: none;
}

#nav a:hover {
    background: url('nav-bg-hover.png') repeat-y;
}

#nav ul {
    list-style-type: none;
}

#content
{
    background: #e5ffe5;
    line-height: 1.5;
    margin: 0 20px 0 150px;
    padding: 10px;
    width: 575px;
}

#main {
    background: #57726d;
}

#footer
{
    clear: both;
    background: #e5ffe5;
    font-size: 9pt;
    letter-spacing: 2px;
    margin: 0px 20px 0px 150px;
    padding: 5px 10px;
    text-align: center;
    width: 575px;
}

#wrapper
{
    margin: 0px auto;
    text-align: left;
    width: 765px;
}
