/* CSS Document */

/******************************* Specific Styles for "About Us" section */
#container {
	background: #94CBE9 url(images/aboutUsBackground.jpg) top left no-repeat;
}

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



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

#newsBox {
	top: 151px;
	background: #77A9E2;
}

#newsBox #newsHeadline {
	background: #0A0849;
} 

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

#mainContent {
	padding-top: 80px;
}


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

