#header {
        width: 900px;
        height: 40px;
        margin: 0px;
        padding: 0px;
        background : url(../images/pheader.gif) no-repeat;
        position: absolute;
        top: 0px;
        left: 50px;
}

#maintopic {
        width: 900px;
        text-align: right;
        padding: 4px 0px 6px 0px;
        margin: 0px;
        position: absolute;
        top: 60px;
        left: 50px;
}

#plaintext, #htmlheader {
        position: absolute;
        top: 10px;
        left: 850px;
        text-align: right;
        width: 100px;
}

#plaintext a {
        text-decoration: none;
        color: #800000;
}


#maintopic ul {
        list-style-type: none;
        margin:0px;
        padding:0px;
}

#maintopic li {
        display: inline;
}

#maintopic li a {
        margin: 0px;
        padding: 4px 8px 8px 8px;
        background : #FFFFFE url(../images/pel.gif) no-repeat top left;
        text-decoration: none;
        color: #800000;
        border-left: 1px solid #ffffff;
}

#maintopic li a img {
        vertical-align : middle;
}

#maintopic li a.sel {
        background-color: #800000;
        color: #F4D38C;
}

#maintopic li a:hover {
        background-color : #800000;
        color: #F4D38C;
}

#eyecatcher, #eyecatcher2, #eyecatcher3, #eyecatcher4, #eyecatcher5, #eyecatcher6, #eyecatcher7, #eyecatcher8, #eyecatcher9, #eyecatcher10, #eyecatcher11 {
   width: 100%;
   height: 250px;
   margin: 0px;
   padding: 0px;
   position: absolute;
   top: 84px;
   left: 0px;
}


#eyecatcher {
   background : #800000 url(../images/s2dlogo.jpg) no-repeat 50px 0px;
}

#eyecatcher2 {
   background : #800000 url(../images/peye2.jpg) no-repeat 50px 0px;
}

#eyecatcher3 {
   background : #800000 url(../images/peye3.jpg) no-repeat 50px 0px;
}

#eyecatcher4 {
   background : #800000 url(../images/peye4.jpg) no-repeat 50px 0px;
}

#eyecatcher5 {
   background : #800000 url(../images/peye5.jpg) no-repeat 50px 0px;
}

#eyecatcher6 {
   background : #800000 url(../images/peye6.jpg) no-repeat 50px 0px;
}

#eyecatcher7 {
   background : #800000 url(../images/peye7.jpg) no-repeat 50px 0px;
}

#eyecatcher8 {
   background : #800000 url(../images/peye8.jpg) no-repeat 50px 0px;
}

#eyecatcher9 {
   background : #800000 url(../images/peye9.jpg) no-repeat 50px 0px;
}

#eyecatcher10 {
   background : #800000 url(../images/peye10.jpg) no-repeat 50px 0px;
}

#eyecatcher11 {
   background : #800000 url(../images/peye11.jpg) no-repeat 50px 0px;
}

#topic {
        position: absolute;
        top: 304px;
        left: 50px;
        width: 200px;
        background-color: #FFFFFE;
        padding: 0px;
        margin: 0px;
}

#topic h3 {
        margin: 0px;
        padding: 6px 10px 4px 10px;
        height: 19px;
        background-color: #FFFFFE;
        border-bottom: #800000 1px solid;
        color: #800000;
        display: block;
        font-size: 100%;
        font-weight: normal;
}


#topic p {
        text-align: right;
        margin: 0px;
        padding: 4px 10px 4px 10px;
}

#topic p.sub {
        padding: 2px 40px 4px 10px;
}


#topic p a {
        text-decoration: none;
        color: #800000;
}

#topic p a:hover {
        color: #800000;
}

form.search {
        padding: 10px;
        margin: 0px;
}

form.search input {
        padding: 0px;
        margin: 0px;
        vertical-align : middle;
}

input.search {
        border: #800000 1px solid;
        width: 150px;
}


#content {
        width: 510px;
        padding: 10px;
        margin: 0px;
        background-color: #F4D38C;
        position: absolute;
        top: 335px;
        left: 250px;
}

#sidebar {
        position: absolute;
        top: 335px;
        left: 779px;
        width: 160px;
        padding: 10px;
        border-left: 1px solid #800000;
        border-bottom: 1px solid #800000;
        background-color: #F4D38C;
}