body {
    background-color: #c9c69d;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

/* ------------------------------------------------------------------*/

#top {
    margin: 0px;
    padding: 5px;
    left: 0px;
    right: 0px;
    border-top: 10px solid #49b;
    border-right: 20px solid #49b;
    border-left: 10px solid #49b;
    background-color: #49b;
    font-size: 10px;
}

#top * a, #top * a:hover { 
    color: white;
    text-decoration: none;
}

#top h1 { 
    font-size: 35px;
    margin: 8px;
    margin-left:0;
    color: white;
    vertical-align: bottom;
}

#top * img { 
    bottom: 5px;
    border: 0;
    margin: 5px;
    margin-top: 0px;
    align: bottom;
}

/* --------------------------------------------------------------- */

#left {
    position: absolute;
    left: 0px;
    width: 180px;
    border: 0px;
    background-color: #c9c69d;
    padding: 5px;
}

#left * img { 
    border: 0px;
}

#littlecaption {
    font-size: 80%;
    margin-right: 30px;
    margin-left: 8px;
}

#left * img { 
    margin-left: 8px;
}

/* -------------------------------------------------------------------- */

#navmenu { 
    border: 1px dashed gray;
    text-align: left;
    margin: 8px;
    margin-right: 20px;
    margin-bottom: 30px;
    background: #b4b18f;
    padding: 5px;
}

#navmenu a.menuitem { 
    font-weight: bold;
    text-decoration:none;
    color: black;
    margin: 0px;
}

#navmenu a.menuitem:hover { 
    color: #ffd;
}

#navmenu p.submenu { 
    text-indent: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#navmenu a.submenuitem { 
    text-decoration: none;
    font-size: 80%;
    color: black;
    margin: 0px;
    text-indent: 0px;
}

#navmenu a.submenuitem:hover { 
    color: #ffffdd;
}

/* -------------------------------------------------------------------- */

#middle {
    position: absolute;
    left: 180px;
    right: 12px;
    border-right: 1px dashed gray;
    border-left: 1px dashed gray;
    border-bottom: 1px dashed gray;
    border-top: 0px;
    background-color: #eae8d1;
    padding: 8px;
}

/* ---------------------------------------------------------------------- */

#content { 
    padding: 10px 4em 10px 1em;
    margin: 0px;
    background-color: #eae8d1;
    min-height: 20em;
}

#content h2 { 
    font-size: x-large;
    margin: 0.em 0em 1em 0em;
}

#content h3 { 
    font-size: large;
    font-weight: bold;
    margin: 3px 0px;
}

#content p, #content * form { 
    margin-top: 0.3em;
    padding-left: 0.3em;
    border: 0px;
}

#content p:first-child { 
    margin-top: 0px;
    border: 0px;
}

#content p.intro { 
    font-style: oblique;
    text-indent: 1em;
}

#content p.metastory {
    font-size: 70%;
    margin: 3px 0px;
}

#content ul.linklist {
    padding:0px;
    margin-left:1em;
    margin-top:0.5em;
}

#content ul.linklist, #content ul { 
    list-style: none;
}

#content a { 
    color: #36b;
    text-decoration:none;
}

#content a:hover { 
    color: #49b;
}

#content img {
/*
    border: 3px solid #49b;
    border: 3px solid #c9c69d;
*/
    border: 2px solid;
}

/* ------------------------------------------------------------------- */

