body {
    background: none;
    background-color: #ffffff;
    margin: 0px;
}

#hd {
    background-color: #000000;
}

#hd .misc_nav {
    height: 30px;
    width: 100%;
    background: url(/images/backgrounds/purple_button.png) repeat-x;
}

#hd .misc_nav a {
    color:#FFFFFF;
    font-weight: bold;
    font-size: 108%;
    float: left;
    padding-left: 10px;
    position: relative;
    top: 5px;
}

#content {
    width: 100%;
    min-height: 600px;
}

#bd {
    height: 2000px;
}

#headerPhone {
    font-size:131%;
    font-weight:bold;
    position: absolute;
    left: 872px;
    top: 92px;
}

#headerPhone {
    color: #FFFFFF;
}

#logo img {
    width: 180px;
}

img {
    border: none;
}


#headerNav a {
    color:#FFFFFF;
}

a {
    color:#000000;
    text-decoration:none;
}

#headerNav {
    font-size:108%;
    font-weight:bold;
}

#headerNav {
    color:#FFFFFF;
    font-size:108%;
    font-weight:bold;
    position: relative;
    left: -20px;
    top: 92px;
    float: right;
}