div.philosophy
{
  position: relative; 
  left:     20px;
  width:    700px;
}

p.subhead_text
{
  position: relative;
  left:     20px;
}

div.float_left
{
  position:      relative;
  left:          20px;
  padding-right: 10px;
  float:         left;
  text-align:    center;
}

div.float_right
{
  position:      relative;
  left:          20px;
  padding-left:  10px;
  float:         right;
  text-align:    center;
}

div.content_nav
{
  padding-top:    15px;
  padding-bottom: 20px;
  text-align:     center;
  font-size:      0.85em;
  font-weight:    normal;
}

div.page
{
  float:         left;
  width:         16%;
}

div.prev
{
  text-align:    right;
  float:         left;
  width:         42%;
}

div.next
{
  text-align:    left;
  float:         left;
  width:         42%;
}

.prev a, .next a
{
  color:        #0000ff;
}

.prev a:visited, .next a:visited
{
  color:        #660000;
}

.prev a:hover, .next a:hover
{
  color:        #ff0000;
}