@charset "utf-8";
/* CSS Document */

#index_page #index, #team_page #team, #about_page #about, #contact_page #contact {
	color: #3BB925;
}

#management_page #management, #commercial_page #commercial, #development_page #development {
	background: #430F82;
}

#management_page #flashbanner {
	background: url(../images/banners/7.jpg) no-repeat 0px 0px;
}
#commercial_page #flashbanner {
	background: url(../images/banners/4.jpg) no-repeat 0px 0px;
}
#development_page #flashbanner {
	background: url(../images/banners/2.jpg) no-repeat 0px 0px;
}

#contact_page #flashbanner {
	background: url(../images/banners/2.jpg) no-repeat 0px 0px;
}

#team_page #flashbanner {
	background: url(../images/banners/3.jpg) no-repeat 0px 0px;
}

#about_page #flashbanner {
	background: url(../images/banners/5.jpg) no-repeat 0px 0px;
}


