body
{
  margin: 0;
  padding: 0;
  font-family: verdana, tahoma, arial;
  display: block;
}
img
{
  border: 0;
}
#main
{
  width: 995px;
  display: block;
  margin: 7% auto 0 auto;
}
    #left_part
    {
        width: 330px;
        height: 375px;
        display: block;
        float: left;
        border-top: 4px solid #BE001F;
        background: url(../img/people.jpg) center left no-repeat;
    }
    #right_part
    {
        width: 665px;
        height: 375px;
        display: block;
        float: left;
        border-top: 4px solid #BE001F;
        border-bottom: 4px solid #BE001F;
        background: url(../img/logo_atia.jpg) center right no-repeat;
    }
        #lang
        {
          width: 32%;
          height:24px;
          background: #fff;
          float: right;
          display: block;
          margin: -14px 0 0 0;
          position: relative;
        }
            #navigation
            {
              padding:0 0 0 2px;
              margin:0;
              float: left;
            }
                #navigation li
                {
                  float: left;
                  margin: 0 2px 0 0;
                  list-style-type: none;
                }
                    #lang_red
                    {
                      width: 24px;
                      height: 24px;
                      display: block;
                      background: url(../img/lang_button_red.jpg) top left no-repeat;
                      color: #fff;
                      text-decoration: none;
                      font-weight: bold;
                      font-size: 10px;
                      text-align: center;
                      line-height: 24px;
                    }
                    #lang_blue
                    {
                      width: 24px;
                      height: 24px;
                      display: block;
                      background: url(../img/lang_button_blue.jpg) top left no-repeat;
                      color: #fff;
                      text-decoration: none;
                      font-weight: bold;
                      font-size: 10px;
                      text-align: center;
                      line-height: 24px;
                    }
            #mainMenu
            {
              margin: 250px 0 0 0;
              width: 100%;
              display: block;
              float: right;
            }
                #navigationMain
                {
                  width: 57%;
                  height: 33px;
                  float: right;
                  display: block;
                  padding: 0;
                  margin:0;
                }
                     #navigationMain li
                     {
                       list-style-type: none;
                       margin: 0 0 14px 0;
                     }
                        #atia_print
                        {
                          height: 33px;
                          display: block;
                          background: #003C82 url('../img/atia_print.jpg') top left no-repeat;
                        }
                        #atia_soft
                        {
                          width: 80%;
                          float: right;
                          height: 33px;
                          display: block;
                          background: #003C82 url('../img/atia_soft.jpg') top left no-repeat;
                        }
    #footer
    {
      display: block;
      float: left;
      padding: 10px 0 0 0;
      font-size: 10px;
    }
        #left_footer
        {
          width: 330px;
          display: block;
          float: left;
          color: #444444;
        }
        #right_footer
        {
          width: 665px;
          display: block;
          float: left;
          color: #003C82;
        }
            #right_footer a
            {
              color: #003C82;
              text-decoration: none;
            }
    #partners
    {
      display: block;
      float: right;
      font-size: 10px;
    }
         #partners ul
         {
            float: right;
            padding: 0;
            margin: 0;
         }
         #partners ul li
         {
           float: left;
           list-style-type: none;
         }
    #part
    {
      padding: 0 20px 0 0;
      line-height: 30px;
      float: right;
      color: #003C82;
    }



