#site_content {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 100px;
/*
  padding-top: 20px;
  border-radius: 7px 7px 7px 7px;
  background: transparent url(../images/whiteBG.png) repeat;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border: 0px 0px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
*/
}
#content {
  width: 93%;
  margin-left: 30px;
  font-size: 20px;
}
.p_color {
  line-height: 1.7em;
  color: #527a7a;
  color: #3d5c5c;
  padding-left: 40px;
}
.p_darkcolor {
  color: #1f2e2e;
}
.content_item {
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
/*
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 400px 100px 100px 100px;
*/
}
 
.content_imagetext {
  width: 890px;
  padding: 5px;
  margin: 20px 0 0 0;
  float: left;
}
 
.content_image {
  float: left; 
  width: 300px;
  height: 150px;
  margin: 0 20px 10px 0;
  padding: 10px;
  -moz-box-shadow:    inset 0 0 20px #ADADAD;
  -webkit-box-shadow: inset 0 0 20px #ADADAD;
  box-shadow:         inset 0 0 20px #ADADAD;
}
  
.content_container {
  width: 275px;
  padding: 5px;
  margin: 10px 10px 20px 0;
  float: left;
}
.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   /*
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  */
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  margin-top: 30px;
  background: transparent url(../images/transparent.png) repeat;
  font: normal 95% Arial, Helvetica, sans-serif;
}
 
/*
.footer {
  margin-top: 100px;
  width: 740px;
  height: 100px;
  color: #4d4d4d;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;  
  background: transparent url(../images/transparent.png) repeat;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 100%;
}
footer a, footer a:hover {
  text-decoration: none;
  padding-bottom: 20px;
}

footer a, footer a:hover {
  text-decoration: none;
}
*/
