/* CSS Document */

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

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



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

#newsBox {
	top: 151px;
	background: #5DA8EF;
}

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

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

#mainContent {
	padding-top: 80px;
}

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

