﻿*
{
    margin:0;
    padding:0;
    font-family:"Trebuchet MS",Verdana,Arial,Sans-Serif;
    font-size:12px;

}

#site_container
{
    position:relative;
    width:780px;
    margin:0 auto;
    background-color:#FFF;  
}

#pix
{
    width:265px;
    height:200px;
    float:right;
    position:relative;
}

#logo
{
    width:510px;
    height:85px;
    margin-bottom:0px;
    background-color:#82031b; 
    text-align:left;
      
}
         
     
#header
{
    position:relative;
}


#panorama
{
    width:365px;
    height:110px;
    margin-left:145px;
    margin-top:5px;
    
}



#banners
{
    position:absolute;
    top:5px;
    right:0;
    width:130px;
    height:540px;
 
}

#main_content
{
    position:relative;
    width:780px;
    float:left;   
    background-image:url(../images/bg.jpg);
    background-position:left;
    background-repeat:repeat-y;
}

#left_column
{
    position:relative;
    width:140px;
    margin-top:-110px;    
    float:left;
    
    
}

#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:left;
    clear:right;
    position:relative;
   
}






    


    