body {
    margin: 0px;
    padding: 0px;
    background-color: #e7e7e7;
    background-image: url('../images/background.png');
    background-repeat: repeat-x;
    height: 1118px;
}

#wrapper {
    width: 1000px;
}

.header {
    padding-left: 14px;
    padding-top: 15px;
}

.contactarea {}

/* .contactbox {
background-image:url('../images/contact-bg.png');
height:465px;
width:534px;
float:right;
margin-top:-385px;
color: #003d7f;
background: #fff;
} */

.contactbox {
    background: #fff;
    height: unset;
    width: 534px;
    float: right;
    margin-top: -385px;
    color: #003d7f;
    border-radius: 24px;
    box-shadow: 0 0 64px #003d7f;
}

.contactbox td td {
    color: #003d7f;
}

.contactbox tr td img {
    float: right;
}

.button {
    background-image: url('../images/button-bg.png');
    height: 39px;
    width: 95px;
    border: 0 none;
    margin-top: -24px;
    margin-right: 30px;
}

#bottombox {
    background-image: url('../images/hattaway-bg.png');
    height: 466px;
    width: 333px;
    float: left;
}

#infoarea {
    width: 640px;
    color: #003d7f;
    line-height: 18px;
    float: right;
}

#footer {
    color: #ffffff;
    font-size: 13px;
    font-family: Trebuchet MS;
    padding-left: 22px;
    float: left;
    position: relative;
    margin-top: 20px;
    padding-bottom: 22px;
}

#footer a {
    color: #d2f4ff;
    text-decoration: none;
}