@charset "utf-8";
/* CSS Document */

#about_header{
font-size:30px;
color:#8eb0df;
margin-left:120px;
}

#about_content{
font-size:11px;
color:#ffffff;
line-height:18px;
margin-left:120px;
margin-right:105px;
}

#services_background{
    float: left;
    border-left:5px solid #8eb0df;
    border-right:5px solid #8eb0df;
    width:520px;
    background-color: white;
    margin-top:40px;
}

#services_top{
    background-image: url(../images/services_top_bkg.gif);
    background-repeat: no-repeat;
    width: 530px;
    margin-left:-5px;
    margin-top:-15px;
    position:relative;
}

#services_bottom{
    background-image: url(../images/services_bottom_bkg.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: -15px;
    margin-top:0px;
    height:314px;
    position:relative;
}

#services_bottom h3 {
font-size: 18px;
color: #054287;
margin-left:-20px;
margin-bottom: 15px;
}