	body {
        background-image: url('images/bg_ent.jpg');
		background-color: #657999;
    }
    .tab_active .tab_tl {
		background-image: url('images/tab_tl_ent.gif');
    }
    .tab_active .tab_mid {
		background-image: url('images/tab_mid_ent.gif');
    }
    .tab_active .tab_tr {
		background-image: url('images/tab_tr_ent.gif');
    }
    .side, .nav_sub, .search_form, .highlight {
        background-color: #cad0da;
    }
    .side_tm, .side_ml, .side_mr, .side_bm, .search_form {
        border-color: #657999;
    }
    .side_content .title, .side_content a, .label_active, .search_form {
        color: #3a5279;
    }
    .side_content a.text_link {
        color: #383838;  /*this should not need to change, but must come after the above declaration*/
    }
    .side_tl {
        background-image: url('images/tl_ent.gif');
    }
    .side_tr {
        background-image: url('images/tr_ent.gif');
    }
    .side_bl {
        background-image: url('images/bl_ent.gif');
    }
    .side_br {
        background-image: url('images/br_ent.gif');
    }
    a.text_link {
        color: #383838;
    }
