ol, ul {
  list-style: none; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #cccccc url(../images/bg_tile.png) repeat-x; }

#nav {
    background: white;
    display: table;
    clear:both;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 960px;
    z-index: 10; }
  /* line 33, ../sass/screen.sass */
  #nav a, #nav img {
    float: left; }
  /* line 36, ../sass/screen.sass */
  #nav .nav-content a {
    background: #e1d900;
    padding: 28px 24px;
    text-decoration: none;
    color: #031aa7;
    font-weight: bold;
    font-size: 0.8em; }
    /* line 44, ../sass/screen.sass */
    #nav .nav-content a:hover {
      background: rgba(225, 217, 0, 0.7); }
  /* line 46, ../sass/screen.sass */
  #nav .nav-content img {
    margin-right: 102px; }
  /* line 48, ../sass/screen.sass */
  #nav #lang {
    position: absolute;
    right: 0;
    top: -20px; }
    /* line 52, ../sass/screen.sass */
    #nav #lang a {
      margin: 0px 10px;
      float: right; }