#ContentMain
  {
  float: left;
  width: 498px;
  }
  
#ContentRight
  {
  display: block;
  float: right;
  width: 280px;
  }

h1, h2
  {
  border-bottom: solid 4px #baa8ff;
  padding-left: 9px;
  }
  
h1
  {
  background: #000000 url('images/ban_contact.jpg') no-repeat bottom right;
  }   

#contactForm
  {
  padding: 10px 0px 0px 0px;
  }

#contactForm input
  {
  width: 440px;
  }
  
  
#addressPhysical,
#addressOther
  {
  width: 220px;
  float: left;
  }

#contactForm
  {
  clear: both;
  }

#contactForm textarea
  {
  width: 440px;
  }


#staff
  {
  list-style: none;
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  }

#staff li
  {
  width: 47%;
  float: left;
  padding-top: 10px;
  text-align: center;
  }
    
#staff .emaildiv
  {
  }

#staff p
  {
  margin-top: 5px;
  clear: right;
  display: block;
  }
  
#staff .image
  { 
  }
  
  
