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