body {background-color:#fff;width:900px;}

#container {margin-left:20px;text-align:left;width:880px;}

#logo {margin-left:250px;width:550px}
#flag {position:absolute;top:35px;left:725px;width:155px;z-index:10;}

#wrapper {float:left;width:95%;}

#menu {
  float:left;margin-left:20px;margin-top:25px;width:180px;
  font-family:sans-serif;font-size:1.5em;font-weight:bold;
  color:#f00;line-height:1.6em;
}

#menu a.here:link {color:#808080;}
#menu a.here:visited {color:#808080;}
#menu a.here:hover {color:#808080;}
#menu a.here:active {color:#808080;}

#content {
  margin-left:100px;font-family:sans-serif;width:750px;
  clear:none;
}

#footer {clear:both;font-family:sans-serif;font-size:x-small;}

a {text-decoration:none;color:#f00;font-weight:bold;}
a:hover {color:#fff;background-color:#f00;font-weight:bold;}

.red {color:white;background-color:red;font-weight:bold;}
