#interior_content {
  color: #000000;
  float: left;
  margin: 15px 0 0 0;
}

.full_content {
  width: 800px;
}

.narrow_content {
  width: 660px;
}

#interior_content .blue_boxfg {
  padding : 10px 10px 10px 10px;
}

#crumbs {
  padding   : 15px 0 0 0;
  width     : 800px;
  font-size : .75em;
}

.crumbs {
  padding : 0 0 0 10px;
}

#side_navigation {
  float: left;
  margin: 15px 15px 0 0;
  width: 125px;
}

.nav_section {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

#side_navigation a {
  border-color:white;
  border-style:solid;
  border-width:0 0 1px;
  display:block;
  height:40px;
  line-height:40px;
  margin:0;
  text-align:center;
}

.tag_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


