/*------innermost Content (no header or footer)-----*/
#wrap {
  float: left;
  padding: 0 6px;
  width: 756px;
}
/*--------Left----*/
#left {
  width: 290px;
  background: #fff;
}
#featured-project {
  border: 1px solid #465A46;
  /* height: 315px; */
  margin-top: 10px;
  text-align: center;
  padding-bottom: 4px;
  background-color: #303030;
}
#featured-project h2 {
  font-size: 120%;
  background: url(../images/content-box-header-bg.jpg) repeat-x top left;
  color: #fff;
  margin: 0;
  padding: 9px;
  text-align: left;
}
#featured-project a {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
}
#left p {
  margin: 0;
  padding-top: 10px;
}
#left img {
  margin: 25px 38px;
}
/*-----------Content (Right) ----------*/
#content {
  width: 440px;
}
