
#centerCol {
  width: 560px;
}
#rightCol {
  display: none
}

#menu2 {
  margin-right: 20px;
  margin-top: 5px;
  position: relative;
  right: -20px;
  top: -5px;
  z-index: 1;
}

#menu2 ul {
  float: right;
  margin: 5px;
  width: 170px;
  background-color: #FAFAFA;
  margin: 3px;
}

#menu2 ul li div {
  width: 150px;
  padding-left: 10px;
  background-color: #F4F4F4;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 0.4em;
  cursor: hand;
}


#menu2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

#menu2 ul li {
  margin: 4px;
  padding: 2px;
  list-style-position: outside;
}

#menu2 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;;
  line-height: 1.2em;
}
#menu2 a div:hover {
  background-color: #E9E9E9;
}

div.caption {
  width: 330px;
  margin-bottom: 10px;
}

.nomenu2 {
  clear: left;
}

.content1 h2, .content2 h2 {
  width: auto;
}

.content1 .box, .content2 .box {
  clear: left;
}

.date {
  float: none;
}





