#mainColumn {
  width: 890px;
  background: none;
}

#content {
  padding: 0 0 0 10px;
}

#content h1 {
  margin: 0 10px 15px;
}

#folderContents {
  width: 100%;
}

#folderContents th {
  padding: 5px 0;
  text-align: left;
  text-indent: 20px;
  font-weight: normal;
  background: transparent url(../GFX/readmore.gif) no-repeat 0 7px;
  border-bottom: 2px solid #222;
}

#folderContents th.title {
  width: 450px;
}

#folderContents th.projectManager {
  width: 150px;
}

#folderContents th.newsTitle {
  width: 650px;
}

#folderContents .summaryImage {
  margin-bottom: 12px;
}

#folderContents td {
  vertical-align: top;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#folderContents td h2 {
  margin-bottom: 2px;
  font-size: 100%;
  font-weight: bold;
}

#folderContents td h2 a {
  color: #000;
}

#folderContents .authors {
  list-style: none;
}

#folderContents .authors li {
  line-height: 16px;
}