/* 	Home page CSS: 
	This style sheet modifies anything specific to the home frontpage.
	Modifies styles set in the index.css style sheet.
	
*/

#container {
	/* Places small shaded area top left */
	background-image: url(/images/frontpage-graphics/Container-shade.jpg);
}

.banner_home {
    background-image: url(/images/banner/home_only.jpg);
    background-repeat: no-repeat;
}

