body {
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px;
}

.smHead {
  width: 179px;
  height: 33px;
  font-size: 16px; 
  font-family: Arial; 
  color: white; 
  font-weight: bold; 
  padding-left: 20px; 
  background: url(/i/menu_01.jpg);
}

.smHead a {
  color: white;
  text-decoration: none;
}

.smHead a:hover {
  text-decoration: underline;
}

.umHead {
  height: 33px;
  font-size: 13px; 
  font-weight: bold; 
  font-family: Arial; 
  color: #008e90; 
  padding-left: 20px; 
  background: url(/i/mb2.jpg);
}

.umHead a {
  color: #008e90; 
  text-decoration: none;
}

.umHead a:hover {
  text-decoration: underline;
}


.nLinks {
  background: url(/i/menu_03.jpg) top repeat-x;
  padding: 5px 0px;
}

.nLinks a {
  display: block;

  font-size: 11px;
  font-family: Tahoma;
  color: #333333;

  text-decoration: none;
  
  background: url(/i/p.gif) top left no-repeat;

  padding: 3px 0px 3px 12px;


}

.nLinks a:hover {
  text-decoration: underline;

  background-color: #cce1e2;
}



#content {
  padding: 0px 40px;

  font-size: 12px;
  color: #797979;
  font-family: Arial;
}

#content .header {
  padding: 0px;
  margin-top: 7px;

  color: #008e8f;

  font-size: 13px;
  font-family: Arial;
  font-weight: bold;

  text-transform: uppercase;
}

#content a {
  color: #008e8f;
}

.contacts {

padding: 0px 40px;
  
  font-size: 11px;
  color: #797979;
  font-family: Arial;
}

