

#headertext {
    float: left;
    width: 530px;
}

#headerimage {
    float: right;
    border: 1px solid #c1c1c1;
}

#pialogo {
    float: left;
}

#requestquote {
    display: block;
    float: right;
    margin-top: 11px;
    background: url(images/requestaquote.png) top center;
    width: 281px;
    height: 35px;
    text-indent: -3333px;
}
#requestquote:hover {
    background: url(images/requestaquote.png) bottom center;
}

#bodytext {
    float: right;
    width: 640px;
}

#sidetext {
    float: left;
    width: 280px;
    margin-top: 10px;
}

#sidetextwrap {
    border: 4px solid #bababa;
    background: #d5d5d5;
    padding: 10px 20px;
}


