/*section colours*/
html 	{background: #f7df9b url(../images/contact-background.jpg) repeat-x;}


body {background: url(../images/contact-background-curves.jpg) no-repeat top center;}


.contentBoxOuter {
   background: #ffffff url(../images/content-wide-bottom.gif) no-repeat bottom left;
   float:left;
   display:inline;
	text-align:left;
	width:552px;
}
.content {
   width:532px;
   padding:0 10px;
   background: url(../images/content-wide-top.gif) no-repeat top left;
      
}

h2, h3{color:#0884b2;}

.content p.introduction {color:#0884b2;}

.content p a {color:#0884b2; text-decoration:none;}
.content p a:hover {color:#0884b2; text-decoration:underline;}
