/* advanced styles for 5+*/
/*styles applied to whole site*/
@import url("global_layout.css");
@import url("menuclasses.css");
/*syles applied to page*/
@import url("news01_layout.css");

/*Any changes to this style sheet must be duplicated in copy (root/css)*/
/*any font styles specific to this page can be applied below*/
body {
	background-image: url(bg_news.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
