/*
 * yellow.css - Alternative style sheet for AISA website
 *
 * @author: Martin Bean <martin@azure-design.com>
 * @copyright: http://www.azure-design.com
 * @created: 19 December 2008
 */

/* alternates the header images and colours */
#header-wrapper {
	background-image: url(../images/yellow/header-bg.jpg);
}
#header-wrapper #header-inner {
	background-image: url(../images/yellow/header-inner-bg.jpg);
}
#header-wrapper #header-inner #join p {
	color: #0c3642;
}

/* alternates the footer image and colours */
#footer-wrapper #who-are-aisa {
	background-image: url(../images/yellow/footer-inner-strip.gif);
}
