 /* make header nav wrap to 2 lines in safari and chrome */
#brighton_menu ul {  
width: 980px;  
} 

/* make footer nav wrap to 2 lines in safari and chrome */
#brighton_footer ul {  
width: 980px; /* lower because the footer has padding */ 
} 

/* center footer */
#brighton_footer a, #brighton_footer ul li a, #brighton_footer p.copyright {
text-align: center !important;

}