body {
  font-family: Tahoma;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-image: url('../img/layout/bg_body.png');
  background-repeat: repeat-x;
  background-position: top center;
}
ul, ol, li {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
#container-outter {
  width: 1000px;
  margin: auto;
}
#container-inner {
  width: 1000px;
  float: left;
  background-color: #ffffff;
}
#header {
  margin-bottom: 20px;
}
#menu, #primary, #secondary {
}
#left {
  float: left;
  width: 224px;
}
#menu {
  float: left;
  width: 224px;
  padding: 0px;
  padding-top: 10px;
  background-image: url('../img/layout/bg_menu_top.png');
  background-repeat: no-repeat;
  background-color: #0066cc;
}
  #menu a {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  #menu ul {
    float: left;  
    margin: 20px;
  }
  #menuLogo {
    float: left;
    clear: both;
    width: 224px;
    margin-top: 20px;
  }
  #menuLogo li {
    list-style: none;
    text-align: center;
  }
    #menu ul ul {
      margin: 0px;
      margin-top: 5px;
      margin-left: 20px;
      float: none;
    }
    #menu ul ul ul {
      margin: 0px;
      margin-left: 20px;
    }
  #menu-bottom {
    height: 12px;
    width: 224px;
    float: left;
    clear: both;
    background-image: url('../img/layout/bg_menu_bottom.png');
    background-repeat: no-repeat;  
  }
#primary {
  float: right;
  width: 750px;
}
  #primary h1 {
    font-size: 20px;
    color: #0066cc;
  }
  #primary h2 {
    font-size: 16px;
    color: #cccccc;
  }
#secondary {
  display: none;
}
#footer {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-align: center;
}
#menu li {
  list-style: none;
  padding: 0px; 
  margin: 0px;
  margin-bottom: 5px;
}
#primary ul, #secondary ul {
  margin-left: 30px;
}

.gallery.l {

}
.gallery.c,
.gallery.s {
  margin: auto;
}
.gallery.p,
.gallery.r {
  float: right;
}

