body {
    background-color: #EAE5DF;
    font-family: 'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
    margin: 0px;
}

/* ==== Header =========================================================== */

#header_wrap {
    height: 150px;
    width: 100%;
    background-repeat: repeat-x;
}

#header {
    width: 800px;
    margin: 0 auto;
}

#header #logo {
    padding: 40px 0px 0px 0px;
}

#header #menu {
    float: left;
    font-size: 14px;
    text-align: right;
    padding: 10px 10px 0px 0px;
}

.small_photo {
    padding: 2px;
    background: white;
    border: 1px solid #DDD;
    margin: 2px;
}


/* ==== Footer =========================================================== */

#footer_wrap {
    width: 100%;
    background-color: #EAE5DF;
    padding-bottom: 60px;
}

#footer {
    font-size: 9px;
    color: #6C533F;
    width: 800px;
    margin: 0 auto;
    padding-top: 5px;
    background-color: #EAE5DF;
}

/* ==== Content ========================================================== */

#content_wrap {
    background-color: #EAE5DF;
    min-height: 400px;
}

#content {
    width: 780px;
    padding: 10px;
    margin: 0 auto;
    background: #FFFFFF;
    min-height: 430px;
}

#content_formatted {
    width: 780px;
    font-size: 12px;
}

#content_wrap #content #title {
    padding: 10px 0px 10px 0px;
    font-size: 22px;
    font-weight: bold;
}

/* ==== Menu List ======================================================== */

.menuList {
    margin: 0px;
    padding: 0px;
}

.menuList li {
    display: inline;
    font-weight: bold;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: normal;
    list-style-position: outside;
    padding-right: 15px;
}

.menuList li:hover {
    color: #6C533F;
}

.menuList li a {
    color: #6C533F;
    text-decoration: none;
}

.menuList li a.selected {
    color: #6C533F;
    border-bottom: 1px dotted #ccc;
}

.menuList li a:hover {
    color: #6C533F;
}

/* ==== Etc ============================================================== */

.sectionHeader {
    padding: 10px 0px;;
    font-size: 18px;
    font-weight: bold;
    color: #6C533F;
}
