/* CSS Document */

/*	Main colour: #547E61	*/
#mainContainer #header, #mainNavigation #people a, #mainContainer 
/*	Have to have #mainContainer here for Netscape or use the clear both class	*/
/*	Since this just adds a 1px line of colout ro the bottom of the page in NS only, this is the better solution	*/
{
	background: #547E61 none;
}

#navContentContainer
{
	background: #FFF url(../../images/common/background_people.gif) repeat-y left top;
}

#mainContent #teaser
{
	background: #AECAB7 none;
}

a
{
	color: #BEBE7C;
}

#mainContent a
{
	color: #660;
}

#mainContent a:hover
{
	text-decoration: none;
}

h1, h2
{
	color: #4D7559;
}