/* Pastoral Vocacional - modificações de images para deixar verde o layout */
body { background: #ffffff url(../images/bg_geral_verde.jpg) top left repeat-x; font-family: arial, tahoma, helvetica; min-width: 960px; }
#container_preheader { height: 38px; background: url(../images/bg_preheader_verde.jpg) top center no-repeat; }
#container_header { height: 120px; background: url(../images/bg_header_verde.jpg) top center no-repeat; }

/* content */
#content { 
    min-height: 400px;
    height: auto;
    overflow: auto !important;
    overflow: visible;
    margin-bottom: 20px;
    background: url(../images/bg_header_verde.jpg) center -120px no-repeat;
}
.flash {
    margin-bottom: 20px;
}

/*#content .entrada p { font-size: 11px; }*/
/*#content .entrada ul li { font-size: 11px; }*/

/*footer*/
#container_footer { background: #f2f2f3 url(../images/bg_footer_ladrilho_verde.jpg) repeat-x top left; }

