/* reduce possile spacing */
body, div, img, p, table, td {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}
img {display: block;}

/* default copy */
a, h1, h2, p, span, td {
  background-color: transparent;
  color: #4b7237;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  line-height: 12px;
}
h1 {
  font-size: 10pt;
}

/* for browsers with JavaScript disabled */
noscript div span {
  background-color: inherit;
  color: #c03;
}

/* center the page */
body {text-align: center;} /* IE */
body * {text-align: left;} /* IE */
body > div {margin: 10px auto;} /* Moz */

/* layout block */
div#layout {
  width: 780px;
}

/* main menu container */
div#menu {
  border-bottom: 1px solid #4b7237;
  border-top: 1px solid #4b7237;
  background-color: #4b7237;
  height: 34px;
  margin: 2.5px 0;
  width: 780px;
}
div#menu img {
  cursor: pointer;
  float: left;
  margin-right: 1px;
}
/* keep the borders hidden on the edge */
div#menu img#makeup {
  margin-right: 0;
}

/* page content */
div#content {
  height: 390px;
  margin-top: 8px;
  width: 780px;
}

/* footer */
div#footer {
  text-align: center;
  width: 780px;
}
div#footer div {
  background-color: #dfe6db;
  border-bottom: 1px solid #4b7237;
  height: 19px;
  margin-bottom: 3px;
}
div#footer a,
div#footer span {
  font-size: 10px;
}

/* content layout common among most pages */
div#left {
  float: left;
  height: 390px;
  width: 390px;
}
div#right {
  float: right;
  height: 370px;
  margin: 10px 80px 0 15px;
  width: 295px;
}
div#right h1, div#right p {
  padding-bottom: 5px;
}