
  
#footer {
	margin-left:-50px;
	margin-right:-10px;
}

#footer h2
{
	background-color:#663366;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
}

#footer p{
	margin-top:0px;
	text-align:center;
}

/* --------- Contact form --------------- */

#mainContact #officeAddress
{
	background-color : rgb(153,153,153);
} 

#mainContact #officeAddress p
{
	color : white;
	margin:0px;
	margin-left:10px;
}

#mainContact #officeAddress h2
{
	text-align:center;
	color:white;
}

#mainContact #emailAddresses{
	background-color : rgb(153,204,0);
	text-align:center;
}

#mainContact #emailAddresses h2, #contactForm  h2
{
	text-align:center;
	color:rgb(102,51,102);
}
#mainContact #emailAddresses P{
	margin:0px;
	text-align:center;
	color:white;
	margin-bottom:5px;
}

#mainContact #emailAddresses a{
	color:white;
}

#mainContact #contactForm {
	background-color : rgb(221,220,220);
}

#mainContact #contactForm .formElementLabel {
	color:rgb(102,51,102);
}

