
#office_picture{
  width:500px;
  margin-left:auto;
  margin-right:auto;
}

#title_box h1{
  text-align:center;
}

#title_box h2{
  text-align:center;
}

#title_text{
width:500px;
margin-left:auto;
margin-right:auto;
font-size: 18px;
}


#agent_list_container{
  width:650px;
  margin-right:auto;
  margin-left:auto;
  font-family: Arial, Helvetica, sans-serif;
}

.agent_listing{
  width: 650px;
  height: 210px;
  border: 1px solid #000000;
  background: #C0C0C0;
}

.agent_picture{
  width:125px;
  height: 160px;
  padding: 5px;
  float: left;
 
}
.agent_picture img{
  width:125px;
  border: 1px solid #000000;

}

.agent_info{
  width:500px;
  height: 65px;
  padding: 5px;
  font-size: 14px;
  color: #000000;
  float: left;
}

.agent_info ul{
  list-style: none;
}

.agent_info li{

}

.agent_info label{
  width: 130px;
  text-align: right;
  display: block;
  float:left;
  padding-right:10px;
}

.agent_writeup{
  width:500px;
  height: 95px;
  font-size: 12px;
  float:left;
  padding: 5px
  

}

.agent_link{
    width: 320px;
    margin-right:auto;
    margin-left:auto;
    text-align: center; 
    clear:both;
}

.agent_link a{
    width: 320px;
    height: 22px;
    background: #CCCCCC;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
}

.agent_link a:hover{
    width: 320px;
    height: 22px;
    color: #FFFFFF;
    background: #646464;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
}