html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  background-color: #00194A;
}

body, table {
  border: 0;

  font-family: Arial;
  font-size: 11px;

  color: #FFFFFF;
}

img {
  border: none;
  display: block;
}

h1, h2, h3 {
  font-family: Arial;
  margin: 0;
  padding: 0;
}

input {
  border-spacing: 0px;
  margin: 0px;
  padding: 1px;

  font-size: 11px;
  line-height: 100%;

  color: #00194A;
}

select, textarea {
  font-size: 12px;

  color: #00194A;
}

div.main {
  width: 800px;
  height: 100%;

  border-right: 1px solid #FFFFFF;

  background-image: url('./../images/body_background.jpg');
  background-repeat: no-repeat;
}

div.spacer {
  width: 100%;
  height: 233px;
}

div.search {
  width: 100%;
  height: 33px;
}

div.search div.s_container {
  width: 255px;
  height: 20px;

  padding: 7px 0 0 545px;
}

div.search div.s_container div.field {
  float: left;

  width: 180x;

}

div.search div.s_container div.field .input {
  float: left;
}

div.search div.s_container div.field input {
  width: 135px;
  border: 1px solid #FFFFFF;
}

div.search div.s_container div.field .button {
  float: left;

  margin: 1px 12px 0 7px;
}

div.search div.s_container div.language {
  float: left;

  width: 52px;
}

div.search div.s_container div.language div {
  float: left;

  margin: 3px 3px 0 3px;

  cursor: pointer;
}

div.content {
  width: 759px;
  min-height: 330px;

  margin: 0 0 0 42px;
}

div.content div.c_menu {
  height: 30px;
  border-bottom: 1px solid #FFFFFF;

}

div.content div.text {
  margin: 30px 40px 0 0;
}

div.footer {
  width: 100%;
  height: 94px;

  margin-top: 25px;
}