/* peregin xhtml/css sitemap layout */

/* setup main page to 760 pixel width and other generics */
#sitemap {
  margin: 0 40px;
} 

#sitemap li {
  margin: 0 20px;
}

/* overwrite the settings from the main css */
#content img {
  padding: 0px;
  display:block;
  background: #cccccc;
  border: 0px solid #f0f0f0;
}

