body {
  background-color: #3e9f75;
}
/* DIV STYLES BEGIN HERE */

div#container {
  width: 90%;
  margin: 0px auto;
  padding: 1em;
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 0.8em;
  color: black;
  text-align:left; /* counteract the IE centering fix */
}

div#navi {
  margin-bottom: 20px;
}


div.left {
  display: none;
}

/* right column div for situations where the photo on left is 390px width */
div.right_390px {
  margin: 0px;
  padding: 0px;
}

div.right_260px {
  margin: 0px;
  padding: 0px;
}

div.spacer {
  display:block; 
  clear:both;
}

div.portfolio_item {
  margin-top: 40px;
  padding:0px;
}

div.portfolio_icon {
  display:none;
}

div.portfolio_description {
  margin: 0px;
}
