body,
html {
    margin:5px;
    padding:0px;
    background-image: url("images/bg.jpg");
    background-repeat: repeat;
    color:#000;
    }
body {
    min-width:709px;
    }
#wrap {
    background:#fff;
    border: 1px solid #000;
    margin: 0px auto;
    padding-top: 5px;
    width:970px;
    }
    
#header {
    border: solid 1px #000;
    margin: 5px 0px 0px 5px;
    height: 134px;
    width: 958px;
    }
#main {
    background:#fff;
    float: left;
    margin: 0px auto;
    margin-left: 5px;
    margin-bottom: 5px;
    width:960px;
    }
    
#leftwrap{
    float: left;
    width: 216px;
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 10px;
}
#ltitle{
    background-image: url("images/left_title.jpg");
    background-repeat: repeat-y;
    border: solid 1px #000;
    font-family: 'lucida sans unicode';
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding: 0px;
    margin: 0px;
}
#lbody{
    border: solid 1px #000;
    font-family: 'lucida sans unicode';
    font-size: 12px;
    
}
#rightwrap{
    float: right;
    width: 719px;
    margin-top: 5px;
    padding-right: 10px;
}
#rtitle{
    background-image: url("images/right_title.jpg");
    background-repeat: repeat-x;
    border: solid 1px #000;
    height: 25px;
}
#rbody{
    font-family: 'lucida sans unicode';
    font-size: 13px;
    border: solid 1px #000;
    margin-bottom: 5px;
    padding: 10px 10px 0px 15px;
    color: #004860;
    text-align: justify;
}

#footer {
    text-align: right;
    background-image: url("images/foot_bg.jpg");
    background-repeat: repeat-x;
    font-family: 'lucida sans unicode';
    font-size: 9px;
    margin-right: 5px;
    width: 960px;
    height: 33px;
    clear:both;

    }
    
/*================================================*/
#lbody a{
    text-decoration: none;
    color: blue;
}
#rbody a{
    text-decoration: none;
    color: blue;
}
#rbody li{
    margin-bottom: 5px;
}
#footer ul{
    float: right;
    padding:0;
}
#footer li{
    list-style-type:none;
    display: inline;
    margin:0;
    padding:0;
}
#footer a{
    text-decoration: none;
    color: #000;
} 
h3, h4 {
    font-family: 'lucida sans unicode';
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 0 5px;
}

.bor{
    border: solid 1px #000;    
}
table, tr, td{
    margin: 0px;
    padding: 6px;
    text-align: center;
    font-family: 'lucida sans unicode';
    font-size: 15px;
}
img{
    border: solid 1px #000;
}
.dec {
    text-decoration: none;
}
.pos{
    float: right;
    margin-right: 10px;
    }
    
.pos-spy{
    border: none;
    margin-left: 50px;
}
    
    
    
    
    
    