body {
  background-color: white;
  font-family: tahoma, sans-serif;
  font-size: 15px;
  color: #7a7a7a;
}
* {
  margin: 0px;
  padding: 0px;
}
#pack {
   width: 800px;
   margin: 0px auto;
}
#head {
   height: 180px; 
}

#head img {
   margin-left: 0px;
   margin-top: 0px;
}

#text {
   position: relative;
   top: 10px;
   left: 100px;
}

#head h1 {
   font-family: arial, times, sans;
   font-size: 30px;
   color: #3e4a4a;   
}
#head h1 em {
   color: #519b9c; 
   font-weight: bold;
}

#head h2 {
   color: #4da300;
   font-family: arial, 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: 225px;
   margin-top: 11px;
}

#a-menu a {
   margin: 0px 5px 0px 0px;
   background-color: #6bb594;
   padding: 4px 10px 4px 10px;
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-family: tahoma, sans-serif;
   font-size: 13px;
   border-top: 2px solid #327a5a;
   border-left: 2px solid #327a5a;
   border-right: 2px solid #327a5a;      
}

#a-menu a.selected
{
	background-color: #327a5a;
	color: #ffffff;
}

#a-menu a:hover {
   background-color: #CCFFCC;
   color: #000000;
} 
#left {
   width: 199px;
   float: left;
   border-right: 1px solid #ebebeb;
}

#left h1 {
   font-family: arial, times, serif;
   font-size: 15px;
   color: #dc7820;
   padding: 0px 0px 3px 0px;
   margin: 0px;
   border-bottom: 2px dashed #cbcbcb;
}
#left h2 {
   font-family: tahoma, sans-serif;
   font-size: 12px;
   color: #3e4a4a;
   padding: 3px 0px 3px 25px;
}

#left ul {
   list-style-position: inside;
}
#left li {
   font-family: tahoma, sans-serif;
   color: #575656;
   font-size: 11pt;
   padding: 0px 0px 0px 0px;
}

#right {
   width: 575px;
   float: right;
   margin-left: 25px;
}

#right h1 {
   font-family: arial, times, serif;
   color: #185164;
   font-size: 30px;
   padding: 15px 0px 5px 0px;
}

#right h2 {
   color: #dc7820;
   font-family: tahoma, sans-serif;
   padding: 6px 0px 3px 0px;
   font-size: 20px;
}


#right p {
   font-family: tahoma, sans-serif;
   font-size: 15px;
   color: #7a7a7a;
   padding-top: 7px;
}

#right porange {
   color: #dc7820;
   font-family: tahoma, sans-serif;
   padding-top: 7px;
   font-size: 15px;
}

#right ul 
{
   list-style-position:inside;
}

#right img {
   float: left;
}

#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: #3e4a4a; 
}
a {
   text-decoration: none;
   font-weight: bold;
   color: #3e4a4a;   
}
a:hover {
   color: #519b9c;
   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;   
}
*/

