body {
        background: url(images/floor.gif);
        margin:0;
        padding:0;
        font-family: Arial, Sans-serif;
        text-align:center;
}

ul {
        text-align: left !important;
}

/* ============= overall structure  ======== */

div#frame_wrapper {
        margin: 0 auto;
        width: 760px;
        background: url(images/bg_middle.jpg) repeat-y;
        text-align:justify;
}

div#frame_top {
        background: url(images/bg_top.jpg) no-repeat top;
        padding: 40px 0 0 40px;
}

div#frame_body {
        padding: 0 40px;
}

div#frame_bottom {
        background: url(images/bg_bottom.jpg) no-repeat bottom;
        height: 71px;
        padding: 0 90px;

        font-size: 85%;
        color: #777;
}

#home #frame_bottom {
        padding: 0 50px;
}

#frame_bottom a, #frame_bottom a:visited, #frame_bottom a:active {
        color: #444;
}



/* ================== nav links ================== */

div#nav_links {
        width: 680px;
        margin-bottom: 20px;
}

#nav_links a, #nav_links a:visited, #nav_links a:active {
        width: 135px;
        display: block;
        float:left;
        border-top: 2px #BB6A4D solid;
        border-bottom: 1px #BB6A4D solid;
        padding: 2px 0;

        color: #a53;
        text-decoration:none;
        text-align: center;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
}

#nav_links a:hover {
        background-color: #E7D1B8;
        color: #000;
}

/* ===================== home divs: services, goal =========== */

#home_services {
        background: url(images/bg_services.jpg) no-repeat top;
        padding: 20px 0 20px 320px;
        text-align: justify;
        font-size: 10pt;
}

#home_goal {
        background: url(images/bg_our_goal.jpg) no-repeat top;
        padding: 20px 0 0 320px;
        text-align: justify;
        font-size: 10pt;
}

#home_services p, #home_goal p {
        margin-top:1px;
}


/* ======================== content styles ================ */

.contentMain {
        padding: 0 50px;
}

.imgTitle {
        padding-bottom:5px;
        border-bottom: 3px #DDC0B5 solid;
}

.imgRight {
        margin: 0 0 15px 15px;
        float:right;
        text-align:center;
}



.caption {
        background-color: #eee;
        border-top:0;
        border-right:1px #000 solid;
        border-left:1px #000 solid;
        border-bottom:1px #000 solid;

        font-size: 9pt;
        padding: 8px 15px;
}

.form td {
        padding: 2px 0 2px 5px;
        border:0;
        margin:0;
}

.even_row {
        background-color: #F9EDD7;
}



