body {
    font-family: verdana, arial;
    font-size: 11px;
    color: #333333;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #aaaaaa;
    background-repeat: repeat-x;
    background-position: top left;
}

* {
    font-family: verdana, arial;
    font-size: 11px;
    color: #333333;
}

a, a:visited {
    color: #406642;
    text-decoration: underline;
}

a:hover, a:active {
    color: #666666;
    text-decoration: underline;
}

a.footer, a.footer:visited {
    color: #777777;
    text-decoration: underline;
}

a.footer:hover, a.footer:active {
    color: #333333;
    text-decoration: underline;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    color: #666666;    
}

h2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.input2 {
    color: #705137;
    border: 3px solid #ffffff;
    background-color: #ffffff;
}

.i200 {
    width: 200px;
}

.i300 {
    width: 300px;
}

.fat {
    font-weight: bold;
}

.red {
    color: #990000;
}

.green {
    color: #009900;
}

.comment {
    color: #666666;
}

#d_container {
}

#d_main {
    width: 1000px;
    height: 605px;
    padding: 10px 0px 0px 0px;
    margin: 30px auto auto auto;
    background: url(img/backshadow2.png) top left no-repeat;
}

#d_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    color: #666666;    
    position: absolute;
    margin: 15px 0px 0px 10px;
}

#d_top {
    height: 20px;
    padding: 20px 10px 10px 10px;
    text-align: right;
}

#d_bigpic {
    margin: 50px 0px 0px 0px;
    width: 600px;
    height: 40px;
    background-color: #928956;
    position: absolute;
    padding: 460px 20px 0px 0px;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

#d_content {
    height: 510px;
}

.d_text {
    margin: 0px 0px 0px 600px;
    padding: 10px;
    /*overflow: auto;*/
    background-color: #d0ca83;
    height: 500px;
    text-align: justify;
}

.d_gallery_pic {
    margin: 0px 5px 0px 0px;
    border: 3px solid #d0ca83;
}

.d_gallery_pic:hover {
    border: 3px solid #ffffff;
}

#d_footer {
    height: 20px;
    padding: 34px 24px 10px 34px;
}

#d_footer_text {
    margin: 10px 0px 0px 0px;
    position: absolute;
    width: 930px;
    text-align: right;
    color: #777777;
    font-weight: bold;
}

.imagetext {
    position: absolute;
    width: 580px;
    margin: 460px 0px 0px 0px;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.imagetext_shadow {
    position: absolute;
    width: 580px;
    margin: 462px 0px 0px 2px;
    text-align: right;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#linking {
    width: 900px;
    margin: 20px auto auto auto;
    text-align: center;
}

