/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */
#zone-branding-wrapper {
display: block;
}
.zone-content1, .zone-ribbon, .zone-content2,.zone-content3 {
	background:#fff;
}
#zone-branding {
    background-image:url('http://www.lib.jjay.cuny.edu/sites/default/files/lib_site_images/header_reports_x_3.jpg');
	max-width:960px;
    background-repeat:repeat-x;
    background-color:#00a7e5;
} 

