body {
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: small;
  background: #247;
  margin: 0;
  min-width: 800px;
}

a {
  color: #fff;
  text-decoration: none;
}

#menus {
  float: left;
  width: 100%;
  background: #136;
  padding: .8em;
}

#menus ul, #menus li {
  display: inline;
  list-style: none;
}

#menus li a {
  padding: .8em .6em;
}

#main-menu li a:hover {
}

#main-menu {
  float: left;
  margin: 0;
  padding: 0;
}

#main-menu a:hover, #action-menu a:hover {
  color: #f93;
}

#action-menu {
  float: right;
  font-weight: bold;
  margin: 0 1.6em 0 0;
}

#action-menu a {
  color: #ace;
}

#language-menu {
  position: absolute;
  top: 3em;
  left: 0;
  color: #eee;
  margin: 1em;
}

#sidebar-links {
  position: absolute;
  top: 3em;
  right: 0;
  color: #eee;
  margin: 1em;
}

#mast-img {
  position: relative;
  left: 50%;
  margin-top: 2em;
  margin-left: -272px;
  clear: both;
}

#content {
  position: relative;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  color: #fff;
  line-height: 1.5em;
}

#content p {
          line-height: 175%;
          margin: .8em 0;
          }
          
          #home #link-home, #pages-the-fund #link-fund, #pages-the-cooperative #link-coop, #pages-the-country #link-country, #pages-the-issues #link-issues, #pages-contact-us #link-contact, #pages-get-involved #link-involved {
          font-weight: bold;
          color: #8ab; }

#content a {color: #f93; border-bottom: 1px dotted;}

#content img {
  padding: 5px;
  background: #fff;
}

#picright {
  float: right;
  margin: 0 0 5px 15px;
}