@import url(main-style.css);

div#centerColumn {
  width: 600px;
  margin-left: 50px;
  vertical-align: top;
  float: left;
  margin-top: 20px;
}

div#centerColumn img {
  float: left;
  margin-right: 30px;
}

div#contentContainer {
  margin-left: 240px;

}

div#leftColumn {
  width: 220px;
  float: left;
}

div#rightColumn {
  width: 270px;
  margin-top: 20px;
  margin-left: 60px;
  padding: 0;
  text-align: center;
  float: right;

}



h1 {
  margin-top: 30px;
  clear: both;
}

h1.dept {
  background: #EEE;
  padding: 5px;
  margin-left: -20px;
}

h1 a {
  text-decoration: none;
}


h2 {
  margin-top: 30px;
}

h2 a {
  text-decoration: none;
}

