        .title_style
        {
            width: auto ;
            text-align: left;
            vertical-align: central;
            font-family: Tahoma;
            font-size: small;
            height:30px;
        }

.sub_body
{
    background-image: url('../sms_site/pics/main_page/bak/linen.jpg');
    background-repeat: repeat;
     font-family: Tahoma;
     font-size: small;
   
}




#fixed_right
 {
     position: fixed;
     top: 350px;
     right: 0px; 
     width: 50px;
     height: 100px;
     font-family:Tahoma;
     z-index:999;
     visibility:hidden;
 } 

#fixed_left
 {
     position: fixed;
     top: 350px;
     left: -2px; 
     width: 50px;
     height: 100px;
     font-family:Tahoma;
     z-index:999;
     visibility:hidden;
 } 
