/* ------------titleīs------------- */
#news h1, h2, h3, h4, h5, h6 {
    color: #797900;
    padding: 8px;
   font-size: 24px;
   font-family: tahoma, cursive;    
}

#left h1 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 24px;
   background-image: url(images/h1.gif);
   background-repeat: no-repeat; 
   background-position: 0% 100%;
   padding: 20px 15px 20px 5px;
   font-style: normal;   
}
#left h2 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 18px;
   font-style: normal; 
   margin: 8px;   
}

#left h3 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 16px;
   font-style: normal; 
   margin: 6px;   
}

#left h4 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 14px;
   font-style: normal; 
   margin: 5px;   
}

#left h5 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 12px;
   font-style: normal; 
   margin: 5px;   
}

#left h6 {
   color: #4a4a49;
   font-family: tahoma, cursive;
   font-size: 12px;
   font-style: normal; 
   margin: 4px;   
}
/* -----------head & menu--------------- */
#logo {
   position: absolute;
   left: -305px;
   top: 26px;
}

#head {
    height: 183px;
    background-color: #363736;
    background-image: url(images/head_1.gif); 
    background-repeat: no-repeat;
}

#head a {
    display: inline;
    color: #d5d5d5;
    position: relative;
    left: 500px;
    top: 56px;
    padding: 15px;
    font-size: 24px;
    font-family: tahoma, arial, cursive;
    text-decoration: none;
}
#head a:hover {
    color: #bfc871;
}

/* ------------------divīs----------------*/

#body {
    width: 810px;
    margin: 0 auto;
    background-image: url(images/body.gif);
    background-repeat: repeat-y;
    
    }
    
#left  {
    width: 520px;
    float: left;
    margin: 15px;
}    

#news {
    width: 220px;
    float: right;
    margin: 10px;
}

#down {
    clear: both;   
}  

#down2 {
    background-image: url(images/down.gif);
    background-repeat: repeat-y;   
    height: 30px; 
} 

/* ---------------------specifications------------*/

#left img {
   float: left;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

#down2 p {
   color: #c5c5c5;
   font-size: 12px;
   font-family: tahoma, cursive;
   padding-top: 5px;
   padding-left: 410px;
}

#down2 a {
   color: #c5c5c5;
   font-size: 12px;
   font-family: tahoma, cursive;
   text-decoration: none;
   }

#left ul {
   list-style-image: url(images/point.gif)
}

#left li {
    margin-left: 20px;
    margin-top: 5px; 
    font-family: tahoma, cursive;  
    color: #4a4a49;
    font-weight: bold;      
}
#news p  {
   margin-top: 25px;
    font-weight: bold;   
}
/* ------------Active class-----------*/
a:hover {
  text-decoration: none;
}

#down2 a:hover {
   color:#d7e273
}
/*-----------general-----------*/
p {
   color: black;
   font-size: 13px;
   font-family: tahoma, serif;

}

a  {
  color: #797900;
}

*  {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: white;
}



