@import "global-style.css";

body {
  background: #b2bb1c url("/images/green/about-bg.png") repeat-y;
}

#wrapper {
  background: url("/images/green/about-wrapper-bg.png") no-repeat 960px 500px; 
}

#mainContent {
  background: url("/images/green/services-content-bg.png") no-repeat left 430px; 
  color: #ffffff;
  padding-left: 62px;
  padding-top: 92px;
  width: 533px;
}

#rightSidebar div {
  top: 92px; 
}

#mainContent h2 {
  margin-bottom: 15px;
  font-size: 4.0em;
}
#mainContent ul {
  margin-left: 95px;
}

#mainContent li {
  list-style-image: url("/images/green/list-icon.png"); 
  color: #ffffff;
  font-size: 1.2em;
}

#mainContent p {
  color: #ffffff;
  margin-left: 80px;
  margin-bottom: 15px;
  margin-right: 80px;
  font-size: 1.2em;
  line-height: 1.7em;
}

#mainContent table {
  margin-left: 30px;
  margin-top: 45px;
}

#mainContent table td {
  width: 140px;
  height: 90px;
}

#aboutMunnyWrapper {
  position: absolute;
  z-index: 100;
  top: 320px;
  left: 685px;
  width: 275px;
  height: 530px;
  overflow: hidden;
}

#aboutMunnySwf {
  float: right;
}

#logoTable td {
  text-align: center; 
}
