div.banner{
    width: 60%;
    margin-right: 40%;
    margin-bottom: 2em;
}

.agent{
    width: 45%;
    float: left;
}

.dealersleft{
    float: left;
    margin-left: 2em;
    width: 24em;
}

.dealersright{
    float: left;
    margin-left: 2em;
    margin-top: 1em;
    margin-right: 10%;
}

.map{
    float: left;
    margin-right: 10px;
    margin-top: 3em;
    height: 15em;
    width:auto;
}

.person{
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 1em;
}
.person div{
    min-width: 20em;
    float: left;
}

h1{
    font-size: 130%;
    text-decoration: underline;
    margin-bottom: 0em;
}

h2{
    font-size: 100%;
    margin-bottom: 0em;
    margin-top: 0em;
}

.person div p{
    margin-top: 0em;
    font-size: 100%;
}

