body{
  margin:0px;
  font-family:Arial;
  background-color:#2b62af;
}

#home-table{
  width:100%;
  background-image:url('images/home/top.png');
  background-repeat:repeat-x;
}

#page-area{
  width:773px; 
  text-align:left;
}

#content-area{
  background-color:#ffffff;
  padding-top:30px; 
  text-align:center;  
}

.home-thumb{
  float:left;
  width:171px;
  margin-right:26px;
}

.home-thumb .title{
  margin-top:14px;
  margin-left:9px;
}

.home-thumb div{
  font-size:0.7em;
  margin-top:9px;
  margin-left:10px;
}

#footer{
  text-align:center;
  background-image:url('images/home/bottom.png');
  background-repeat:repeat-x;
  margin:0px;
  padding:6px;
}

.office{
  float:left;
  width:150px;
  text-align:center;
  color:white;
}

.office-divider{
  float:left;
  width:2px;
  text-align:center;
  margin:0px 24px;
}

.office .name{
  font-size:0.7em;
  font-weight:bold;
}

.office .address{
  font-size:0.6em;
}

#copyright{
  color:white;
  font-size:0.6em;
  text-align:center;
  margin:26px;
}

#buttons img{
  border:0px;
}

#buttons a{
  float:left;
}