/* CSS Document */

/*	Main colour: #7D8987	*/
#mainContainer #header, #mainNavigation #contact 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: #7D8987 none;
}

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

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

a
{
	color: #000;
}

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

h1, h2
{
	color: #54594F;
}