body {
    font-weight:normal;
    text-decoration:none;
    font-family:monospace;
    margin:0;
    padding:0;
    background-color:#000000;
    color:#E2C59B;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
    color:#0000ff;
}

a:hover {
    text-decoration:underline;
}

a:active {
    text-decoration:none;
}


#header {
    width:1024px;
    min-height:98px;
    background:url(../images/header.gif) no-repeat left top;
    margin:0;
    padding:0;
}

.title {
    display:none;
}

.subtitle {
    font-family:cursive;
    color:#4D2500;
    font-size:1.1em;
    font-weight:normal;
    font-style:italic;
    margin:0 0 0 430px;
    padding:10px 0 0 0;
    white-space:nowrap;
}

.headermenu {
    font-family:Verdana,Geneva,Arial,Helvetica;
    font-size:1em;
    padding:25px 0 20px 0;
    text-align:right;
    list-style-type:none;
    margin:0 70px 0 0;
}

.headermenu li {
    display:inline;
    font-weight:bold;
    padding:0 1em 0 1em;
    font-size:.9em;
    margin:0;
}

.headermenu a:link {
    color:#4D2500;
    text-decoration:none;
}

.headermenu a:visited {
    color:#4D2500;
    text-decoration:none;
}

.headermenu a:hover {
    color:#FF0000;
    text-decoration:underline;
}

.headermenu a:active {
    color:#4D2500;
    text-decoration:none;
}


#footer {
    width:1024px;
    min-height:89px;
    background:url(../images/footer.gif) no-repeat left bottom;
    margin:0;
    padding:0;
}

.footermenu {
    font-family:Verdana,Geneva,Arial,Helvetica;
    font-size:1em;
    text-align:center;
    list-style-type:none;
    padding:25px .5em 25px .5em;
    margin:0;
    color:#000000;
}

.footermenu li {
    display:inline;
    font-weight:bold;
    padding:0 .5em 0 .5em;
    font-size:.9em;
}

.footermenu a:link {
    color:#4D2500;
    text-decoration:none;
}

.footermenu a:visited {
    color:#4D2500;
    text-decoration:none;
}

.footermenu a:hover {
    color:#FF0000;
    text-decoration:underline;
}

.footermenu a:active {
    color:#4D2500;
    text-decoration:none;
}


#contentframe {
    height:70%;
    width:1024px;
    background:url(../images/left.gif) repeat-y left top;
    padding:0;
    margin:0;
}

#contentframeright {
    height:100%;
    background:url(../images/right.gif) repeat-y right top;
    padding:0;
    margin-right:17px;
}

#content {
    height:100%;
    color:#000000;
    background-color:#E2C59B;
    padding:0px 10px 0px 10px;
    margin:0px 43px 0px 70px;
    overflow:auto;
}

#subnavigation { 
    padding:0 70px 0 50px; 
    font-size:1em; 
}

.ascii_art {
    font-family: monospace; 
}
