body {
  background: #f0f0f0;
  behavior:url("js/csshover.htc");
}

#country {
  width: 910px;
  margin: 0px auto;
  text-align: right;
}

#header {
  width: 910px;
  height: 120px;
  margin: 0px auto;
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
}

#main {
  width: 910px;
  background: #ffffff;
  background-image: url('../img/borders_lr.gif');
  background-repeat: repeat-y;
  margin: 0px auto;
}

#main #menu {
  margin: 0px auto;
  width: 900px;
  z-index: 100;
}

#main #content {
  position: relative;
  text-align: justify;
  top: 20px;
  left: 30px;
  width: 600px;
  border: 0px solid;
  padding-top: 20px;
  float: left;
  z-index: 0;
}

#main #quicklinks {
  position: relative;
  top: 20px;
  right: 40px;
  margin-right: 0px;
  width: 200px;
  padding: 0px;
  padding-top: 20px;
  border: 0px solid;
  float: right;
}

#footer {
  width: 910px;
  height: 15px;
  margin: 0px auto;
  background-image: url('../img/border_down.gif');
  background-repeat: no-repeat;
}

.clearing {
  height: 25;
  clear: both;
}


