/* 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/vicbanners/7.jpg) no-repeat 0px 0px;
}
#commercial_page #flashbanner {
	background: url(../images/vicbanners/4.jpg) no-repeat 0px 0px;
}
#development_page #flashbanner {
	background: url(../images/vicbanners/2.jpg) no-repeat 0px 0px;
}

#contact_page #flashbanner {
	background: url(../images/vicbanners/2.jpg) no-repeat 0px 0px;
}

#team_page #flashbanner {
	background: url(../images/vicbanners/3.jpg) no-repeat 0px 0px;
}

#about_page #flashbanner {
	background: url(../images/vicbanners/5.jpg) no-repeat 0px 0px;
}

