body {
  background-color: white;
}
* {
	margin: 0px;
	padding: 0px;
	float: none;
	border: thin none #FFFFFF;
}
#pack {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
   height: auto; 
}

#head img {
   margin-left: auto;
   margin-top: auto;
}

#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: auto;
	margin-top: 12px;
	border: thin none #000066;
}

#a-menu a {
	margin: 0px 5px 0px 0px;
	background-color: #0000ff;
	padding: 4px 10px 4px 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

#a-menu a:hover {
	background-color: #000066;
	border: thin none #000066;
} 
#left {
   width: 199px;
   float: left;
   border-right: 1px solid #ebebeb;
}
#right {
	width: auto;
	float: none;
	height: auto;
}

#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: 18px;
   color: #888888;
}

#right h1 {
   font-family: times, serif;
   color: #0000ff;
   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: auto;
   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: #FFFFFF; 
}
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;   
}
*/
