body {
    padding : 0px;
    margin  : 0px;
    
}
.mainbody {
    
    width : 780px;
    background : url(images/bg.gif);
    padding : 0px;
    margin  : 0px;
}
<!-- menu styles -->
.topnav {
    color : #000000;
    font-family : verdana;
    font-size   : 12px;
    /*font-weight : bold;*/
    text-decoration : none;
} 
.topnavcss {
    position: absolute;
    visibility: hidden;
    border:  1px solid white;
    border-bottom-width: 0;
    /*font: normal 12px Verdana;*/
    line-height: 18px;
    z-index: 100;
    background: #C7CCC5;
    width: 140px;
    color: #7D0200;
}
.topnavcss a {
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom : 1px solid white;
    padding: 1px 0;
    text-decoration : none;
    /*font-weight: bold;*/
    text-align: left;
    color : #7D0200;
}
.topnavcss a:hover { /*hover background color*/
    background-color: #C7CCC5;
    color: #7D0200;
}
<!-- /menu styles -->
.content_article_title {
    font-family : Arial;
    font-size   : 20px;
    font-weight : bold;
    color : #cc0000;
    text-align  : center;
    
}
.content_article_txt {
    font-family : arial;
    font-size   : 13px;
    color : #000e56;
}