body {
    margin: 0;
    padding: 0;
    background: #798f80 url('img/bg_body.gif') repeat-x top left;
    text-align: center;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page {
    text-align: left;
    margin: 0 auto;
    width: 748px;
}

#header {
    width: 748px;
    height: 210px;
    background: url('img/bg_header.jpg') no-repeat top left;
}

#header h1 {
    display: none;
}

#menu {
    text-align: center;
    padding-left: 59px;
    margin: 0 auto;
    width: 748px; /* 748 */
    height: 27px;
}

#menu li {
    display: inline;
}

#menu li span{
    float: left;
    margin-right: 26px;
    background: #e3e0c0 url('img/ne_tan.gif') no-repeat top right;
    width: 82px;
    height: 27px;
    display: block;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}


#menu li.wider span {
    width: 112px;
}

#menu li.wider a {
    width: 112px;
}

#menu li a{
    display: block;
    background: url('img/nw_tan.gif') no-repeat top left;
    width: 82px;
    height: 24px; /* 27 */
    padding-top: 3px;
    color: #000;
    text-decoration: none;
    font: normal .8em Verdana, sans-serif;
}

#menu li a:hover {
    font-weight: bold;
}

#menu li.current span {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

.main {
    width: 708px; /* 748 */
    background: #e3e0c0 url('img/bg_main.gif') no-repeat top left;
    padding: 20px 20px;
    font: normal 1em "Courier New", monospace;
}

.main h2 {
    font-size: 1.2em;
}

.about {
    font: normal .8em Verdana, sans-serif;
    margin: 10px 0 20px;
    color: #31533c;
    background: #c1c6ab;
    text-align: justify;
}

.about p {
    margin: 0 0 .7em;
}

.about .disclaim {
    margin-top: 95px;
    margin-bottom: .5em;
}

.about .action {
    text-align: right;
    margin-bottom: 0;
}

.about .action a {
    padding-left: 25px;
    font: normal .9em Verdana, sans-serif;
    background: url('img/icon_envelope.gif') no-repeat 0 50%;
    color: #31533c;
}

.about .action a:hover {
    color: #798f80;
}


.about .inner {
    padding: 15px;
    padding-bottom: 15px;
    background: url('img/bg_aboutsig.gif') no-repeat 20px 140px;
}

.about .ne {
    background: url('img/ne_lgreen.gif') no-repeat top right;
}

.about .nw {
    background: url('img/nw_lgreen.gif') no-repeat top left;
}

.about .se {
    background: url('img/se_lgreen.gif') no-repeat bottom right;
}

.about .sw {
    background: url('img/sw_lgreen.gif') no-repeat bottom left;
}


.story {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}

.story .category { 
    margin: 0;
    padding: 0;
    font: bold .9em "Courier New", monospace;
}

.story .text { 
    margin: .5em 0 0 0;
    font: normal .9em "Courier New", monospace;
    text-align: justify;
}

.story .action {
    margin: 10px     0 0 0;
    padding: 0;
    text-align: right;
}

.story .action a {
    padding-left: 25px;
    font: normal .8em Verdana, sans-serif;
    background: url('img/icon_comment.gif') no-repeat 0 50%;
    color: #000;
}

.story .action a:hover {
    color: #798f80;
}

.comment {
    margin: 10px 0px;
    background: #c1c6ab;
}

.comment cite {
    font: bold .8em Verdana, sans-serif;
}

.comment p {
    margin: 5px 15px;
}

.comment .inner {
    padding: 10px;
}

.comment .ne {
    background: url('img/ne_lgreen.gif') no-repeat top right;
}

.comment .nw {
    background: url('img/nw_lgreen.gif') no-repeat top left;
}

.comment .se {
    background: url('img/se_lgreen.gif') no-repeat bottom right;
}

.comment .sw {
    background: url('img/sw_lgreen.gif') no-repeat bottom left;
}

form div {
    margin-top: 7px;
}

label {
    font-weight: bold;
    display: block;
    padding: 0;
}

textarea, input.text {
    display: block;
    border: 2px solid #bbb899;
    padding: 2px;
    margin: 0;
}

textarea {
    margin-top: 7px;
}

.moderate a{
    font: normal .8em Verdana; 
    text-align: center;
    color: #fff;
}

#footer {
    float: right;
    color: #5a6b5f;
    font: normal .9em Verdana, sans-serif;
    padding: 10px;
}

#footer a {
    color: #5a6b5f;
}

#footer a:hover {
    color: #fff;
}