/* CSS Document */

/******************************* Specific Styles for "About Us" section */
#container {
	background: #BECEE2 url(images/blueBigLeafBack.jpg) top left repeat-x;
}

#header {
	background: #88C6C2 url(images/blueHeaderBackground.jpg) no-repeat top right;
}

#logo {
	background: transparent url(images/blueBackLogo.gif) no-repeat;
}



/*---------------------------------------- News box -----------------------------*/

#newsBox {
	background: #8E9ABA url(images/newsBoxBackground.jpg) top left no-repeat;
}

#newsBox #newsHeadline {
	background: #013F00;
} 

#newsBox li {
	background: transparent url(images/waterBullet.gif) left no-repeat;
}



/* --------------------- Footer ---------------------- */
#footer {
	background: transparent url(images/blueFooterBackground.jpg) no-repeat;
}

