﻿*
{
    margin:0;
    padding:0;
    font-family:"Trebuchet MS",Verdana,Arial,Sans-Serif;
    font-size:12px;
    direction:rtl;
    text-align:right;

}

#site_container
{
    position:relative;
    width:780px;
    margin:0 auto;
    background-color:#FFF;  
}

#pix
{
    width:265px;
    height:200px;
    position:relative;
    float:left;
   
    
}

#logo
{
    width:510px;
    height:85px;
    margin-bottom:0px;
    background-color:#82031b; 
    text-align:right;
      
}
         
     
#header
{
    position:relative;
    width:780px;
    
}


#panorama
{
    width:365px;
    height:110px;
    margin-right:145px;
    margin-top:5px;
    
}



#banners
{
    position:absolute;
    top:5px;
    left:0;
    width:130px;
    height:540px;
 
}

#main_content
{
    position:relative;
    width:780px;
    float:right;   
    background-image:url(../images/bg.jpg);
    background-position:right;
    background-repeat:repeat-y;
}

#left_column
{
    position:relative;
    width:140px;
    margin-top:-110px;    
    float:right;
    
    
}

#dynamic_menu
{
    position:relative;
    min-height:450px;
    _height:450px;
    width:140px;
    background-color:#dadada;
}

#mailink
{
    height:110px;
    width:140px;
    text-align:center;
    clear:both;
    
}
#searchpane
{
    height:80px;
    width:130px;
    font-size:11px;
    font-family:Arial,Verdana;
    padding:5px;
    position:relative;
}



#content
{
    width:500px;
    margin:5px;
    float:right;
    clear:left;
    position:relative;
   
}






    


    