body {
    padding: 0; margin: 0;
    background-color: #8abfae;    
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 22px;
    background: url(../images/blue/blue_bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #8abfaf;
}

#header {
    background: url(../images/blue/top_blue.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    width: 795px; height: 23px;
    font-size: 10px;
    padding: 0;
    background-color: White;

}

#header_inside {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 590px;
}

#banner {
    background: url(../images/homepage/estate.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 795px; height: 226px;
    font-size: 10px;
}

#banner_inside {
    text-align: right;
    color: White;
    padding-top: 140px;
    padding-right: 25px;
}

#navigation {
    margin: 0 auto;
    width: 795px; 
    height: 20px;
    font-size: 12px;
    padding-bottom: 9px;
    padding-top: 6px;
    font-family: Georgia;
    font-size: 15px;    
    background-color: White;
}

#footer_graphics {
    background: url(../images/footers/footer_woodland.jpg);
    background-repeat: no-repeat;
    width: 795px;
    height: 92px;
    margin: 0 auto;
}

#footer_solid {
    background: url(../images/footers/footer_green_black_solid.jpg);
    background-repeat: no-repeat;
    width: 795px;
    height: 49px;
    margin: 0 auto;
}

#content_information {
    width: 500px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin: 0 auto;
    border: 1px white solid;
}

#content_navigation {
    width: 200px;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding-top: 10px;
}

#content_navigation a:hover {
    color: #5e729b;
}

#content_navigation ul {
    padding: 0px;
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
}

#content_navigation li {
    background: url(../images/icons/bullet_blue_general.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    margin: 0;
}

#content_navigation a {
    color: #82922f;    
    margin: 0;
}
