/*
 * Custom rules for global.css.
 * The rules you put here override rules in that stylesheet.
 */

/* global (begin) */
    body {
        font-family: Helvetica, sans-serif;
        background: #fff8dc;
        color: #000000;
    }
/* global (end) */

/* banner (begin) */
	#banner {
	    font-size: 0pt !important;
	    height: 120px;
	    background: transparent url("images/header.jpg") no-repeat;
	    background-position: left top;
	
	    border: none;
	}

/* banner (end) */

/* titles (begin) */
    #titles {
        background-color: #eee7cb;
        color: #000000;
    }

/* titles (end) */