

#everything {

    width: 820px;
    padding: 0px;
    margin: 0px auto;
}

body {

    background-color: #3C661F;
    background-image: url("/img/tlo.jpg");
    color: white;
    font-family: Arial; font-size: 14px;
    margin: 0px;
    padding: 0px;
}

a { color: rgb(221, 194, 16); text-decoration: none; }

#content-table {

}

#content-table-border-donor {

    background-color: rgb(221, 194, 16);
    padding-left: 1px;
    padding-right: 1px;
}

#fauxcol-cell {

    width: 234px;
    background-color: rgb(61, 102, 33);
    background-image: url("/img/fauxcol-edge.gif");
    background-repeat: repeat-y;
    background-position: right;
    vertical-align: top;
}

#main-menu {position: relative; z-index: 10 }

div.main-menu a { color: white }
div.main-menu a:hover { color: rgb(221, 194, 16) }
div.main-menu a { text-decoration: none; }
div.main-menu a.level0 {

    font-family: Comic Sans MS;
    font-size: 19px;
    font-style: italic;
    background-image: url("/img/menubullet.gif");
    background-position: 4px 12px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

div.main-menu a.level0.current {

    background-image: url("/img/menubullet-current.gif");
}

div.main-menu div.children {

    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
}

div.main-menu div.children.level0 {

    margin-left: 40px;
}

div.main-menu div.children a.current {

    font-weight: bold;
}


#content-cell {

    background-color: rgb(61, 102, 33);
    background-image: url("/img/bottomslice.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: top;
    padding-top: 24px;
}

#footer-cell {

    background-color: rgb(221, 194, 16);
    background-image: url("/img/footerslice.jpg");
    background-repeat: no-repeat;
    background-position: -1px 0px;
    height: 61px;
}

#titlebar {

    height: 31px;
    position: relative;
}

#titleslot {

    position: absolute;
    font-family: Comic Sans MS;
    font-style: italic;
    color: rgb(221, 194, 16);
    font-size: 24px;
    bottom: 0px;
}

#titleunderline {

    position: absolute;
    bottom: 0px;
}

#contentslot { margin-right: 24px; margin-top: 16px; }
#contentslot p { text-align: justify; }


#footer-cell {

    color: rgb(61, 102, 33);
    font-size: 10px;
    text-align: right;
    padding-right: 23px;
    padding-top: 20px;
}
#footer-cell a { color: rgb(61, 102, 33); }

#flagbox {

    position: absolute;
    top:180px;
    right:610px;
}

#flagbox img { border: solid black 1px; }

