body {
    background-color: #fff;
    text-align: center;
    color: black;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 13px;    
    background-image : url('../obr/bg.png'); 
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
}

#top {
    background-image : url('../obr/top.gif'); 
    background-repeat: no-repeat;
    width:769px;
    height: 31px;
    margin: auto;    
    margin-top: 20px;
}
#head {      
    background-color: #fff;  
    background-position: center;  
    background-image : url('../obr/logo.gif'); 
    background-repeat: no-repeat;
    width:769px;
    height: 135px;
    margin: auto;  
}

#body {
    background: #fff;
    width:769px;
    margin: auto;
    text-align: left;
}

#bottom {
    background-image : url('../obr/bottom.gif'); 
    background-repeat: no-repeat;
    width:769px;
    height: 24px;
    margin: auto;
}
.left_box {
      background: #EBEEE4;
      width: 328px;
}

.space_body {
      padding: 15px;
}

.space_left_box {
      padding: 10px;
}

h1 {
      margin:0;
      font-size: 15px;
      color: #1C773B;
}
p {
      line-height: 150%;
}

.right_float_link {
      float: right;
      display: block;
      clear: right;
      margin-top: 20px;
}

.clear {
      clear: both;
}

a img {
      border-width: 0;
}

#lang_links {
      float: right;
      padding:8px;
      padding-right: 25px;
}
#lang_links a {
      padding:3px;
}
a {
      color: black;
}

#copyright{
      padding: 5px;
      font-size: 11px;
}
