/* CSS Document */

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

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

a
{
	color: #000;
}

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

h1, h2
{
	color: #54594F;
}

#mainContent
{
	width: 100%;
	background: #FFF none;
}

#header a
{
	color: #DADADA;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

.testimonial
{
	background: #BF0000 none;
	color: #FFF;
	padding: 5px;
}