﻿body#b_main
 {
    text-align: center;
}

div#main
{
    width: 700px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    
    margin-left: auto;
    margin-right: auto;
    
}
div#ue
{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    height: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: Black;
    background-color: #5f9ea0;
    
}
div#L
{
    margin-bottom: 0;
    margin-top: 0;
    
    float: left;
    width: 140px;
    
     background-color: #e5e5e5;
    
}
div#R
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    width: 550px;
    
   
    
    
}
div#sita
{
    float: none;
    height: 60px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: Black;
         background-color: #e5e5e5;

}
.a_logo
{
   
    width: 400px;
    height: 100px;
    
    border-color: blue;
    border-style: solid;
    border-width: 3px;
    margin-left: 60px;
    padding-bottom: 0;
    
    
    
}
div#title
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    
    width: 500px;
    height: 20px;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-right-color: #e5e5e5;
    border-right-width: 1px;
    border-top-color: #e5e5e5;
    border-top-width: 1px;
    border-style: solid;
    border-left-color: #e5e5e5;
    border-left-width: 1px;
    background-color: NAVY;
    
    
    
}
div#menu
{
    margin-left: 15px;
    margin-top: 20px;
}

.Moji
{
    color: Gray;
}
.IME_OFF
{
   ime-mode:disabled;
}
 
.IME_ON
{
    ime-mode:active;
}
a:link
{
    color: #404040;
}
a:visited
{
        color: #404040;

}
a:hover
{
       color: #7c6f57;
}
 
