#ContentMain
  {
  float: left;
  width: 498px;
  }
  
#ContentRight
  {
  display: block;
  float: right;
  width: 280px;
  }

#photos
  {
  }
  
#photos ul
  {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  }

#photos li
  {
  padding-bottom: 25px;
  font: 500 12px Arial;
  color: #00457C;
  }

#staff
  {
  list-style: none;
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  }

#staff li
  {
  clear: both;
  padding-top: 10px;
  }
    
#staff p
  {
  margin-top: 5px;
  clear: right;
  display: block;
  }
  
#staff .image
  { 
  float: left;
  margin-right: 10px;
  }
  
#staff .emaildiv
  { 
  float: right;
  padding-bottom: 10px;
  }
  
h1, h2
  {
  border-bottom: solid 4px #cd92b9;
  padding-left: 9px;
  }
  
h1
  {
  background: #000000 url('images/ban_home.jpg') no-repeat bottom right;
  }   
  
#staff h3
  { 
  padding: 0px;
  margin: 0px;
  float: left;
  }
  
  