@import url("css/menu.css");

/* CSS Document */
body {
    margin:0px; 
    padding:0px;
    text-align:center;
    
 }

.MainContainer {
    width:880px;
    margin:0 auto;
    text-align:left;
   }
   
.Logo_Pane {
    width:205px;
    float:left;  
    position:relative;
    top:5px;
    z-index:100;  
    }   

.Flash_Pane {
    width:674px;
    float:right;
    position:relative;
    left:-12px;
    top:5px;
    z-index:0;
    }

.clear
{
    clear: both;
    height: 2px;
    overflow: hidden;
}
.clear-hr
{
    clear: both;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #D3D1B5;
  
}

.Language_Pane {
    width:205px;
    float:left; 
    height:30px;
    padding-top:20px;
    margin:0;
    
     }  
     
.Menu_Pane {
    width:674px;
    float:right;
    height:30px;
    padding-top:20px;
    margin:0;
    font-size:110%;
    
    } 

.Content_Pane {
    clear:both;
    width:100%;
    margin:0;
    padding: 20px 0 0 10px;
    
    }


  
 .Footer_Pane  
 {
     clear:both;
      background-color:#B0002F;
     color:#FFF;
     font-family:Trebuchet MS,MyriadPro-Regular,MyriadPro;
     text-align:center;
     height:30px;
     padding:0;
     font-size:13px;
     
     }       



.footer_link {color:#FFF; text-decoration:none;}
.Footer_Pane p
{
    padding-top: 6px;
}

