@import "menu.css";

body {
        background: url('/images/bg_body_rep.gif');
        background-repeat: repeat-x;
        margin: 0px;
        padding:0px;
        background-color: #F4F4FF;
        text-align: center;
}
#page {
        width: 998px;
        margin: 0px auto;
}
#header {
        background: url('/images/header.jpg');
        background-repeat: no-repeat;
        width: 998px;
        height: 116px;
        margin: 0px auto;
        position:relative;
}
#sub_page {
        width: 998px;
        position: relative;
        float: left;
        text-align: left;
        background: url('/images/main_bg.gif');
        background-repeat: no-repeat;
        background-position: top right;
}
#server_name {
        display: none;
}
#left {
        width: 195px;
        float: left;
        background-color: #ffffff;
        padding: 0px;
        margin: 0px;
        background: url('/images/left_bg.gif');
        background-repeat: repeat-y;
}
#left_grad {
        height: 170px;
        width: 181px;
        background: url('/images/left_grad.gif');
        background-repeat: repeat-x;
        margin-left: 3px;
clear: left;
}
#center {
        position: relative;
        text-align: left;
        width: 800px;
        float: right; /*bolo float: left;*/
}
#content {
        width: 800px;
        float: left;
        display: block;
}
#right {
        float: right;
        width: 214px;
        margin-left: 0px;
        margin-right: 3px;
        _margin-right: 2px;
        clear: right;
}
#content_main {
        clear: left;
}
#navigation {
        font-family: tahoma;
        font-size: 11px;
        color: #434343;
        border-bottom: 1px solid #DDDDE6;
        height: 30px;
        margin: 10px;
}
#navigation a {
        background: url('/images/navigation_link.gif');
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 9px;
        margin-right: 2px;
        font-family: tahoma;
        font-size: 11px;
        color: #434343;
        text-decoration: underline;
}
#navigation a:hover {
        text-decoration: none;
}
#right_title {
        color: #ffffff;
        width: 214px;
        margin-bottom: 1px;
        background: url('/images/right_bg.gif');
        background-repeat: no-repeat;
        background-position: right top;
        background-color: #8C87B8;
}
#right_title h3 {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        line-height: 29px;
        margin: 0px;
        margin-left: 10px;
}
#right_c1 {
        background: url('/images/right_bg_c1.gif');
        background-repeat: repeat-x;
        background-color: #E8E8F9;
        width: 214px;
        font-family: tahoma;
        margin-bottom: 1px;
}
#right_c2 {
        background: url('/images/right_bg_c2.gif');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-color: #E8E8F9;
        width: 214px;
        font-family: tahoma;
        margin-bottom: 1px;
}
#right_c1 .wysiwyg {
        font-size: 12px !important;
        color: #434343 !important;
}
#right_c2 .wysiwyg {
        font-size: 12px !important;
        color: #434343 !important;
}
#right_c1 .wysiwyg a {
        font-size: 12px !important;
}
#right_c2 .wysiwyg a:hover {
        font-size: 12px !important;
}
#footer {
        float: left;
        width: 998px;
        background: url('/images/bg_pata.gif');
        background-repeat: no-repeat;
        height: 30px;
        padding: 0px;
        margin: 0px auto;
        position:relative;
        font-family: tahoma;
        font-size: 12px;
        line-height: 30px;
        color: #490045;
        padding-left: 20px;
        text-align: left;
}
#footer a {
        font-size: 12px !important;
        text-decoration: underline;
        color: #490045;
}
#footer a:hover {
        font-size: 12px !important;
        text-decoration: none;
        color: #490045;
}
