BODY {
    font-family: serif;
    font-size: 10pt;
    color: #666666;
    background: slategray;
    background-image: url("thorn_white.png");
    background-position: center 8px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center; 
}

INPUT {
    font-family: serif;
    font-size: 7pt;
    color: #666666;
    background: #CCCCCC;
    border: 1px solid #666666;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #393839;
}


div.title {
    border-left: 5px solid #718F49;
    padding-left:3px;
    font-weight: bold;
}

div.date {
    text-align: right;
    padding:5px;
    font-style: italic;
}

div.archive {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

div.wrapperAll {
    width: 660px;
    margin: auto;
}

div.top {
    height: 30px;
    background-image: url('top.png');
    background-repeat: no-repeat;
    margin:0px;
    text-align: right;
    opacity: 0.9;
}

div.topWrapper {
    clear: both;
    padding-left:20px;
    padding-right:20px;
}

div.logo {
    width: 272px;
    text-align: left;
    font-size: 27px;
    padding-left:3px;
    float:left;
}

div.menu {
    vertical-align: bottom;
    text-align: right;
    padding-right:10px;

}

div.sep {
    background-image: url('sep.png');
    background-repeat: no-repeat;
    height:14px;
    clear: both;
}

div.content {
    background-image: url('border.png');
    background-repeat: repeat-y;
    margin:0px;
    clear: both;
    opacity: 0.9;
}

div.wrapperContent {
    clear: both;
    text-align: center;
}

div.wrapperNote {
    margin-left: auto;
    margin-right: auto;
    width: 591px;

}

div.noteTop {
    background-image: url('note_top.png');
    background-repeat: no-repeat;
    height:16px;
}

div.noteContent {
    background-image: url('note_bg.png');
    background-repeat: repeat-y;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

div.noteBottom {
    background-image: url('note_bot.png');
    background-repeat: no-repeat;
    height:16px;
}

div.bottom {
    height: 60px;
    background-image: url('bottom.png');
    background-repeat: no-repeat;
    margin:0px;
    padding-top:20px;
    opacity: 0.9;
}



