/* Colours
=========

*/

body
{
	background-color: #e9f1ef;
	
}

#wrapper
{
	border: 2px solid black;
}

#featurepanel
{
	background: url(../images/layout/featurepanel_background.jpg) no-repeat;
	background-color: #b0cbc6;
}

#content h1
{
	color: #b4cdc9;
	background: url(../images/layout/h1background.jpg) no-repeat;
}

#content ul
{
	color: #00483a;
}

#content p
{
	color: #00483a;
}

#content a
{
	color: #00483a;
}
