html, body {
      margin: 0px;
      padding: 0px;
      border: 0px;      
    }
    body {
      color: #000;
      background: #120902;
      font-family: Georgia, "Times New Roman", Times, serif;
      text-align: center;
    }
    #carrier {
      background: #fff;
      width: 936px;
      margin: auto;
      text-align: left;
      background: url(../images/mal_fon.jpg) repeat left top;
    }
    #header, .menu, #text h2, #footer {
      font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    }
    #header {
      color: #fff;     
    }
    #header {
      font-size: 250%;
      margin: 0;
      padding: 0;
      height: 297px;
      background: url(../images/header.gif) no-repeat center top;
    }
    #menu {       
      margin: 0;
      padding: 0;
      text-align: center; 
      height: 52px;
      background: url(../images/line.jpg) repeat-x 0px 13px;  
    }
    #menu ul {
      margin: 0;
      padding:0;
      padding-left: 3px;
      list-style: none;     
    }
    #menu li {      
      display: block;
      float: left;
      height: 52px;
      width: 92px;
      margin: 0 0 0 10px;
      background: url(../images/cars.jpg) no-repeat center top;
    }
    #menu a {       
      display: block;
      padding-top: 32px;          
      text-decoration: none;      
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 10px;
      color: #369;   
    }
    #menu a:hover {
      color : #a18500;
    }        
    #text {
      margin: 0 68px;
      padding: 20px;      
      background: #130a03;
    }
    #left_cont {
      float:left;
      width: 70%;     
      border-style: none solid none none;
      border-width: 0 1px 0 0;
      border-color: #675f48; 
    }
    #left_cont h2 {
      font-size: 12px;
      color: #ffe700;
      text-transform: uppercase;          
    }
    #left_cont p {
      font-size: 12px;
      color: #fff;
      text-align: left;
      padding-right: 50px;   
    }
    #left_cont ul {
      list-style: url(../images/bullet.png)  ;
      font-size: 12px;
      color: #fff;      
      padding-left: 40px;
      padding-right: 20px;   
    }
    
    #right_cont {
      float:right;
      margin: auto;
      width: 27%;
    } 
    #right_cont h2 {
      color: #84790d;
      font-size: 12px;
      text-transform: uppercase;
    } 
    #right_cont p {
      padding: 0;
      color: #7d7d7b;
      font-size: 11px;  
    } 
    #right_cont a {
      color: #0fa9b1;
      text-decoration: none;
      font-weight: bold; 
    } 
    
    #left_stat {      
      float:left;
      width: 45%; 
      margin-left: 10px;     
    }
    #right_stat {
      float:right;    
      margin-right: 20px;
      width: 45%;
    }
    
    #left_stat h2, #right_stat h2 {
       color: #84790d;
    } 
    #left_stat p, #right_stat p {
       padding: 0;
       color: #7d7d7b;
       font-size: 11px;       
    } 
    #left_stat a, #right_stat a {
       color: #0fa9b1;
       text-decoration: none;
       font-weight: bold;
    } 
    
    #content {
      margin: 0 68px;
      padding: 20px;
      background: #130a03;    
    }  
    #content h2 {
      font-size: 12px;
      color: #ffe700;
      text-transform: uppercase;
    }
    #content h3 {
      font-size: 11px;
      color: #ffe700;      
    }
    #content p {
      text-align: justify;
      text-indent: 1.5em;
      margin: 0px;
      color: #fff;
    }   
    #content td {
      text-align: left;
      padding: 10px;
      color: #fff;
      border-style: none none solid none;
      border-width: 0px 0px 1px 0px;
      border-color: #675f48;
    }
    #content a {
      color: #0fa9b1;
      text-decoration: none;
      font-weight: bold;      
    }
      
    
    #footer {
      text-align: center;
      font-size: 70%;
      color: #fff;      
      padding: 10px 20px;
      margin: 0 68px;
      background: #130a03;
      border-style: solid none none none;
      border-width: 1px 0 0 0;
      border-color: #675f48; 
    }
    
    #copyright {
      float:left;
      width:65%;
      margin:0
    }
    #links {
      float:right;
      width:30%;
      margin:0
    }  