/* advanced styles for 5+*/
/*styles applied to whole site*/
@import url("global_layout.css");
@import url("menuclasses.css");
/*syles applied to page*/
@import url("staff01_layout.css");
span#textcontent span#staffintro
	{
	display: block;
	}
/*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-attachment: fixed;
	background-image: url(bg_office.jpg);
	background-repeat: no-repeat;
}