#home {
  padding-top: 15px;
  padding-left: 40px;
  padding-bottom: 25px;
  color: white;
  height: 180px;
  z-index: 2;
  position: relative;
  width: 685px;
}

#home.green {
  background-color: #758362;
}

#home.brown {
  background-color: #6F644D;
}

#home.purple {
  background-color: #724D87;
}

#home div {
  width: 300px;
  margin-right: 30px;
  padding: 0px;
}

.homepage_image {
  position: relative;
    display: block;
  z-index: 1;
}

#homepage_translucent_bar {
  color: white;
  position: absolute;
  bottom: 220px;
  left: 0px;
  width: 725px !important;
  z-index: 20;
  height: 88px;
}

#homepage_translucent_bar p {
  font-size: 14px;
  padding-left: 40px;
  float: left;
  width: 388px;
  margin-top: 38px !important;
  font-weight: bold;
}

#homepage_translucent_bar img {
    float: right;
  position: relative;
  top: 20px;
  right: 33px;
}

.homepage_main_content {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.homepage_main_content h1 {
  margin-bottom: 10px;
}

.homepage_main_content a {
	color: white;
}

#home div p {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 130%;
}

.right {
  position: absolute;
  top: 27px;
  left: 350px;
}

