html * {
  padding: 0;
  margin: 0;
}

body {
  font: 0.7em "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  margin: 2em 0 0 0;
  line-height: 1.4;
  text-align: center;
  background: #fff url('../img/bg.jpg') repeat-x;
}

#wrapper {
  width: 756px;
  margin: 0 auto;
}

h1 {
  display: none;
}

ul {
  margin: 0 0 0 2.3em;
  list-style-type: none;
}

ul li {
  display: block;
  float: left;
  width: 350px;
  position: relative;
  top: -2em;
  border: 1px solid #90abd1; 
  margin: 0 0.4em 0.4em 0;
  padding: 1.2em 0; 
  background: #fff url('../img/bg_li.gif') repeat-x bottom;
}

ul li.highlight {
  border: 1px solid #ff0000;
}

ul li.highlight a {
  color: #ff0000;
}

ul li:hover {
  border: 1px solid #ffad77;
  background: #fff;
}

a {
  text-transform: uppercase;
  color: #1b5cab;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  float: right;
  font-weight: normal;
}

span#news {
  color: #ff0000;
  text-decoration: blink;
}

span {
  color: #618bc6;
}

hr {
  display: none;
}

img {
  border: 0;
}

p#lang {
  display: block;
  color: #90abd1;
  border-top: 1px solid #e9eff8;
  position: relative;
  top: -0.8em;
  margin: 0 2.2em;
  clear: left;
  padding: 0.3em;
  text-align: left;
}

p#note {
  float: right;
  color: #90abd1;
  position: relative;
  top: -2.5em;
  padding-right: 2em; 
  text-align: right;
}
