/* largepage.css */

#MainContent {
  border: 0;
  background: none;
}

#LargePage {
  background: white url(/images/content/without-sectionmenu-background.gif) no-repeat bottom;
  width: 805px;
  min-height: 600px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-left: -5px;
  padding: 0 0 0 10px;
}
#LargePage h1 {
  background: transparent url(/images/content/without-sectionmenu-title.gif) no-repeat top left;
  height: 35px;
  line-height: 35px;
  width: 817px;
  margin: -10px 0 0 -11px;
}
#LargePage h2,
#LargePage ul,
#LargePage ol,
#LargePage p {
  padding: 0 10px;
}
#LargePage .ReturnLink {
  margin-left: 10px;
}