body {
    font-family:        Tahoma, Arial;
    font-size:          12px;
    color:              #0f6bb6;
    margin:             10px;
    background:         #f1f1f1;
}

h1 {
    font-size:          26px;
    font-weight:        normal;
    margin:             0px 0px 10px 0px;
}

h2 {
    font-size:          20px;
    font-weight:        normal;
    margin:             0px 0px 20px 0px;
}

a {
    color:              #ce7018;
    font-weight:        bold;
    text-decoration:    none;    
}

#dv_person_1 {
    position:           absolute;
    z-index:            20;
    cursor:             pointer;
    width:              50px;
    height:             130px;
    margin:             40px 230px;
    left:               50%;
}

#dv_person_2 {
    position:           absolute;
    z-index:            20;
    cursor:             pointer;
    width:              40px;
    height:             130px;
    margin:             40px 290px;
    left:               50%;
}

#dv_person_3 {
    position:           absolute;
    z-index:            20;
    cursor:             pointer;
    width:              140px;
    height:             150px;
    margin:             30px 325px;
    left:               50%;
}

#dv_person_4 {
    position:           absolute;
    z-index:            20;
    cursor:             pointer;
    width:              60px;
    height:             140px;
    margin:             30px 375px;
    left:               50%;
}

#img_logo {
    position:           absolute;
    left:               50%;
    margin-left:        -500px;
}

#dv_container {
    position:           absolute;
    left:               50%;
    margin-left:        -454px;
    width:              907px;
    top:                185px;
}

#dv_menu {
    background:         url(../../img/bg_menu.jpg);
    padding:            0px 9px 0px 9px;
}

.dv_menu_item {
    padding:            7px 25px 7px 25px;
    float:              left;
    color:              white;
    cursor:             pointer;
    border-right:       1px solid #5ea0d6;
}

.dv_menu_item a {
    color:              white;
    font-weight:        normal;
}

.dv_menu_item.active {
    background:         #5ea0d6;
}

.dv_menu_item:hover {
    background:         #5ea0d6;
}

#dv_content {
    background-position: bottom;
    padding:            35px 45px 45px 45px;
    line-height:        20px;
}

.txt_contact {
    padding:            3px;
    border:             1px solid grey;
    margin:             0px;
    width:              230px;
}

#dv_footer {
    padding:            5px 10px 5px 47px;
    color:              black;
}

#dv_footer a {
    color:              grey;
    font-weight:        normal;
}