body {
    background-color: #fff;
}

/* Wrappers */
div#wrapper-outer {
    margin: 0 auto;
    width: 947px;
}
div#wrapper-inner {
   display: block;
   width: 947px;
}


/* Header */
div#header {
   height: 230px;
   position: relative;
   

}
   div#header img {
      display: block;
      float: left;
   }
   div#header div.langs {
      position: absolute;
      top: 0;
      right: -1px;
   }



/* Footer */
div#footer {
    background-color: #f4f4f4;
    width: 100%;
}
   div#footer div.inner {
      width: 947px;
      margin: 0 auto;
      padding: 5px;
      font-size: 0.8em;
      color: #727272;   
   }
   div#footer p {
      text-align: center;
   }
/* END footer */


/* Content */
div#content {
}

    /* Main */
    div#main {
        min-height: 350px;
        _height: 350px;  /* min height for ie6 */
        margin: 20px 5px 10px 5px;
        background-color: #fff;
    }

    /* Left column */
    div#local {
        margin: 20px 0 10px 0;
    }
/* END content */


/* Left/right blocks */
div.block {
    margin-bottom: 20px;
}
   div.block td {
      padding: 2px 0;
   }
    div.block h2 {
        margin: 40px 0 10px 0;
        padding: 2px 0;
        border-bottom: 1px solid #365497;
        font-size: 1.1em;
        color: #365497;
        text-align: center;
    }
    div.block div.content {
        padding: 0 2px;
        font-size: 0.9em;
    }
/* END left/right blocks */