/* CSS Document */

body {
    background-color: #cccc99;
}

div#hd {
    background-color: #333333;
    margin: 4px 0px 0px 0px;
    height: 136px;
    background-image: url(/images/template/wwp.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: 2px solid #ac9153;
}


div#bd {
    background-color: #;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 2px solid #ac9153;
}

div#divNav {
    background-color: #999889;
    border-bottom: 2px solid #ac9153;
}


div.yui-b {
    background-color: #ffffe2;
    border-bottom: 2px solid #ac9153;
}

#monoSlideshow {
    background-color: #242322;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#storieshome {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 26px;
    float: right;
}

h1 {
    font: 1.7em/1.9em Verdana, Arial, Helvetica, sans-serif;
    color: #cc0000;
    font-weight: bold;
    padding: 40px 0 0px 20px;
    background-color: #;
    text-align: left;
}

h2 {
    padding: 30px 10px 0px 20px;
    font: 1.5em Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #666666;
    text-align: left;
}


h3 {
    padding: 20px 10px 0px 20px;
    font: 1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #996600;
    text-align: left;
}
h4 {
    padding: 10px 10px 0px 20px;
    font: 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif;
    color: #6699cc;
}
p {
    padding: 10px 10px 10px 20px;
    font: 1.1em/1.1em Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: left;
}

div#yui-b ul {
    list-style-type: disc;
    padding: 0px 20px 0px 30px;
}

div#yui-b ol {
    list-style-type: decimal;
    padding: 0px 20px 0px 30px;
}

div#yui-b li {
    font: 1.1em/1.1em Arial, Helvetica, sans-serif;
    color: #404040;
    padding: 10px 0px 0px 0px;
}


div#ft {
    height: 50px;
    background-color: #666666;
}


div#ft p {
    font: 0.9em/1.1em Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    color: #333333;
    padding: 10px 0 10px 20px;
}



a:link {
    color: #660000;
    text-decoration: none;
}
a:active {
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #666600;
    text-decoration: none;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
