body {
  background-color: white;
}
* {
  margin: 0px;
  padding: 0px;
}
#pack {
   width: 800px;
   margin: 0px auto;  
}
#head {
   height: 260px; 
}

#head img {
   margin-left: 500px;
   margin-top: -35px;
}

#text {
   position: relative;
   top: 90px;
   left: 100px;
}

#head h1 {
   font-family: times, sans;
   font-size: 30px;
   color: #63af00;   
}
#head h1 em {
   color: #ffba00; 
   font-weight: bold;
}

#head h2 {
   color: #4da300;
   font-family: times, sans;
   font-size: 16px; 
   padding-left: 10px;  
}

#nav {
   height: 51px;
   background-image: url(images/line.gif);
   background-repeat: repeat-x;
   background-position: 0% 100%;
   border: 1px solid white;
}

#a-menu {
   margin-left: 300px;
   margin-top: 12px;
}

#a-menu a {
   margin: 0px 5px 0px 0px;
   background-color: #63af00;
   padding: 4px 10px 4px 10px;
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-family: tahoma, sans-serif;
   font-size: 13px;
   border-top: 3px solid #50751c;
   border-left: 3px solid #50751c;
   border-right: 3px solid #50751c;      
}

#a-menu a:hover {
   background-color: #50751c;
} 
#left {
   width: 200px;
   float: left;

}
#right {
   width: 575px;
   float: right;
   margin-left: 25px;
}

#left h1 {
   font-family: times, serif;
   font-size: 30px;
   color: #ffba00;
   padding: 0px 0px 3px 10px;
   margin: 0px 31px 5px 12px;
   border-bottom: 2px dashed #cbcbcb;
}
#left h2 {
   font-family: tahoma, sans-serif;
   font-size: 12px;
   color: #63af00;
   padding: 3px 0px 3px 25px;
}

#left ul {
   list-style-type: none;
}
#left li {
   font-family: tahoma, sans-serif;
   color: #888888;
   font-size: 11px;
   padding: 0px 0px 3px 20px;
}

#right p {
   font-family: tahoma, sans-serif;
   font-size: 15px;
   color: #888888;
}

#right h1 {
   font-family: times, serif;
   color: #72aa21;
   font-size: 30px;
   padding: 15px 0px 10px 35px;
}
#right img {
   float: left;
}

#right h2 {
   color: #ffba00;
   font-family: tahoma, sans-serif;
   padding: 6px;   
}

#down {
   clear: both; 
   height: 55px;
   background-image: url(images/line2.gif);
   background-repeat: repeat-x;
   background-position: 0px 20px;
}
#down p {
   color: #b2b2b2;
   font-family: tahoma, sans-serif;
   font-size: 13px;
   text-align: center;
   padding-top: 35px; 
}
#left img {
   margin-top: 8px; 
   margin-left: 10px;
}

#down a {
   color: #a8a7a7;
   text-decoration: none;  
}
#down a:hover {
   color: #63af00; 
}
a {
   text-decoration: none;
   font-weight: bold;
   color: #63af00;   
}
a:hover {
   color: #ffba00;
   text-decoration: underline;
}
/* ----- isnīt in template
ul,ol {
   color: #b1b1b1;
   font-family: tahoma, sans-serif;
   font-size: 15px;
}

h3 {
   color: #b1b1b1;
   size: 20px;
   font-family: tahoma, sans-serif;
   padding: 6px;   
}
h5 {
   color: #b1b1b1;
   size: 18px;
   font-family: tahoma, sans-serif;
   padding: 5px;   
}
h5 {
   color: #b1b1b1;
   size: 15px;
   font-family: tahoma, sans-serif;
   padding: 4px;   
}
h6 {
   color: #b1b1b1;
   size: 14px;
   font-family: tahoma, sans-serif;
   padding: 2px;   
}
*/