body {
  background-image: url('/pictures/body.bg.gif');
  background-color: #fff;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: 'Verdana CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-size: 13px;
}

#container {
  height: 768px;
  width: 719px;
  margin: 0 auto;
}

#shadow_left {
  background-image: url('/pictures/shadow.left.gif');
  float: left;
  height: 100%;
  width: 7px;
}

#shadow_right {
  background-image: url('/pictures/shadow.right.gif');
  float: right;
  height: 100%;
  width: 7px;
}

#header {
  background-image: url('/pictures/header.bg.jpg');
  float: left;
  height: 165px;
  width: 705px;
}

#languages {
  float: left;
  font-size: 10px;
  margin: 10px 10px 0px 40px;
}

#languages, #languages a {
  text-decoration: none;
  color: #fff;
}

#languages a:hover {
  text-decoration: underline;
}





/* styly menu*/
#menu {
  background: #065081;
  float: left;
  height: 33px;
  width: 705px;
}

#menu table {
  width: 705px;
  height: 33px;
  color: #fff;
  text-align: center;
  border-collapse: collapse;
}

#menu table a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#menu table a:hover {
  text-decoration: underline;
}

#menu table td {
  padding: 0;
  width: 141px; /* petina sirky menu */
}

.menu_selected {
  background: #04385a;
}
#buttons {
  float: right;
  margin-top: 15px;
  margin-right: 47px;
  _margin-right: 24px;
}

#buttons img {
  border: none;
}




#content {
  background: #fff;
  color: #093d5b;
  float: left;
  height: 518px;
  width: 705px;
  overflow: auto;
}

h1 {
  font-size: 15px;
  margin-left: 47px;
  margin-top: 28px;
  width: 610px;
  border-bottom: 2px solid #c0c0c0;
  padding: 2px 2px 4px 2px;
}

h2 {
  font-size: 14px;
  margin-left: 50px;
  padding: 2px 2px 0px 2px;
}

p {
  padding: 0px 50px;
}

ul {
  padding: 0;
  margin: 0px 50px 20px 80px;
}





#footer {
  background-image: url('/pictures/footer.bg.gif');
  background-repeat: repeat-x;
  float: left;
  height: 52px;
  width: 705px;
}

#footer img {
  margin-left: 50px;
}
#footer_left {
  float: left;
  font-size: 10px;
  color: #fff;
  line-height: 52px;
  margin: -5px 0px 0px 30px;
}

#footer_left em {
  color: #002238;
  font-style: normal;
}

#footer_right {
  float: right;
  margin: -5px 30px 0px 0px;
  font-size: 10px;
  color: #002238;
  line-height: 52px;
}

.red {
  color: Red;
}

p {
  text-align:justify;
}