/* ================================================================== */
/* THEME: Grey-Blue 2
 * mid-blue background, dark text
 *
 * This only defines fonts, colours and borders, not layout.
 * The layout is generally divided into HEADER, MIDDLE and FOOTER
 * areas, but not every single item here is used in every single layout.
 */
@import url(theme_gblue.css);
/* ================================================================== */
/* General */
#header,
#footer {
	color: black;
	background-color: #9999CC;
	background-image: url(/images/gblue_cloud4.jpg);
    	border-color: navy;
}

/* ------------------------------------------------------------------ */
/* Fonts */
H1, H2, H3, H4 {
	font-family: Bahamas, Blippo, "Bauhaus 93", HomewardBound, Vogue, Totem, Crescent, verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	color: black;
}

