body {
    background-color:#B99059;
/*     background-color:#986820; */
    font-family: Courier;
    margin:0;
    text-align: center;
}

ul {margin:0}
li {display: inline;
    font-family:Courier;
    font-size:1.4em;
    font-weight: bold;
    font-style: italic;
}

#header {
    width:990px;
    height: 123px;
    text-align:center;
    margin:0 auto 0 auto;
    padding:0;
    background: url(img/header.jpg);
}

#menu {
    height: 50px;
    text-align: left;
    margin:0;
    padding:0;
    color:#ccc;
    /*background-color: #f0dfc5;*/
    background: url(img/mline2.jpg);
}

#menu a {color:#eee;
         text-decoration: none;
}
#menu a:visited {color:#eee;
         text-decoration: none;
}
#menu a:hover {color:#ccc;
         text-decoration: none;
}

a.ilink {color:#000;
         text-decoration: underline;
}
a.ilink:visited {color:#000;
         text-decoration: underline;
}
a.ilink:hover {color:#333;
         text-decoration: underline;
}

#page {
    width:990px;
    text-align:center;
    margin: 0 auto 0 auto;
    border-top: 0;
    border-bottom: 0;
    border-left:1px solid #333;
    border-right:1px solid #333;
    background: #986820 url(img/dgbg.jpg) repeat-x;
    padding:0;
}

#content {
    text-align:left;
    margin:0;
    padding:0;
    background: url(plank.jpg);
}