#ContactEntryCon {
    background: white;
    color: #888;
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#conData{
  color: #636363;
    float: left;
    background:white;
    width:180px;
        height:500px;
    padding: 20px;
        font-family: "arial", sans-serif;
    font-size: 14px;
}

#map {
   
    width:1000px;
    border: 5px;
    border-style: double;
    border-color: rgba( 215, 215, 208, 0.494 );
}

#maps {
    float:left;
}

#small {
    font-family: sans-serif;
    font-size: 12px;
    color:#636363
}
