div.page {
  width: 800px;
  position: absolute;
  top: 0px;
  left:0px;
}

div.header {
  width: 100%;
  background-image: url( "Pictures/images/stetsonheader.jpg" );
  height: 135px;
}

div.content {
  text-align: left;
  width: 100%;
  padding-left: 0px;
}

div.navigation {
  position: relative;
  //padding-right: 5px;
  top: 0px;
  left: 0px;
  width: 150px;
}

div.main {
  position: absolute;
  //padding-left: 10px;
  left: 150px;
  width: 500px;
  top: 135px;
  border-left: 1px solid #66CCCC;
}

div.right {
  position: absolute;
  left: 650px;
  top: 135px;
  width: 140px;
  padding-left:10px;
}

ul.nav {
  list-style: none;
  margin-left: 10px;
}

ul.dept {
  list-style: square;
  
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

