#content {
        position: absolute;
        top: 260px;
        left: 260px;
        width: 660px;
        padding: 10px;
        margin: 0px;
}

#sidebar {
        position: absolute;
        top: 260px;
        left: 60px;
        width: 160px;
        border-right: 1px solid #666666;
        padding-right: 20px;
}

#frame {
        position: absolute;
        top: 0px;
        left: 710px;
        width: 200px;
        height: 220px;
        background: url(../images/pfra.gif) no-repeat;
        padding: 0px 20px 0px 20px;
}

#header {
        position: absolute;
        top: 90px;
        left: 60px;
        width: 800px;
        height: 140px;
}


#maintopic {
        padding: 0px;
        margin: 0px 0px 0px 60px;
        height: 60px;
}

#maintopic a {
        display: block;
        float: left;
        border-right: 2px solid #ededed;
        height: 20px;
        padding: 20px 15px;
        margin: 0px;
        text-decoration: none;
        color: #161616;
        background: url(../images/pback2.gif) repeat-x;
}

#maintopic a:hover  {
        background-color: #C8C8C8;
        background: url(../images/pback3.gif) repeat-x;
}

#maintopic .sel {
        color: #6E6E6E;
        background: url(../images/pback3.gif) repeat-x;
}

.topic {
        display: block;
        text-decoration: none;
        color: #990000 !important;
        font-size : 11px;
        font-weight: bold !important;
        margin: 10px 0px 10px 0px !important;
}

.topic:hover {
        text-decoration: none !important;
        color: #535252 !important;
}

.topic2 {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000 !important;
        font-size : 12px;
        font-weight: bold !important;
        margin: 15px 0px 0px 0px !important;
}

.topic2:hover {
        text-decoration: none !important;
        color: #000000 !important;
}

.subtopic {
        display: block;
        text-decoration: none;
        color: #3D3D3D !important;
        font-weight: normal !important;
        border-bottom: 1px solid #666666;
        margin-bottom: 5px !important;
}

.subtopic:hover {
        text-decoration: none !important;
        color: #3D3D3D !important;
}

form.search {
        margin: 20px 0px 20px 0px;
}

form.search input {
        vertical-align : middle;
}

input.search {
        width: 130px;
        border: 1px solid #666666;
}