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;
}

#main #intro {
  position: relative;
  text-align: left;
  top: 20px;
  left: 30px;
  width: 325px;
  border: 0px solid;
  float: left;
}

#main #flash {
  position: relative;
  top: 20px;
  right: 30px;
  width: 500px;
  border: 0px dashed;
  float: right;
}

#main #box1 {
  position: relative;
  top: 25px;
  left: 30px;
  width: 250px;
  border: 0px solid;
  float: left;
}

#main #box2 {
  position: relative;
  top: 25px;
  left: 80px;
  width: 250px;
  border: 0px solid;
  float: left;
}

#main #box3 {
  position: relative;
  top: 25px;
  right: 30px;
  width: 250px;
  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;
}

.content-box a:link {
 color: #777777;/*#999999;*/
 text-decoration: none;
 font-weight: normal;
}

.content-box a:active {
 color: #0f8fff;
 text-decoration: none;
 font-weight: normal;
}

.content-box a:visited {
 color: #777777;/*#999999;*/
 text-decoration: none;
 font-weight: normal;
}

.content-box a:hover {
 color: #0f8fff;
 text-decoration: underline;
 font-weight: normal;
}

.content-box {
 color: #777777;/*#999999;*/
 text-decoration: none;
 font-size: 11px;
 font-weight: normal;
}


