
/*//////////////////////////////////  
		MAIN FIND COLOURS 

		LIGHT         #f6f9f1
		DRK           #88b547
/////////////////////////////////*/



/*////////////////////////////
	PORTFOLIO SIDE MENU
////////////////////////////*/

#topsidemenuwrapper{
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #88b547;/* drk */
	background-color: #f6f9f1;/* light  */
}


.sidemenutitle{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #88b547;/* drk */
}


/*////////////////////////////
	FOOTER COLOURED STRIP
////////////////////////////*/

#footercolouredbar{

	background-image:   url(images/footerbar_find.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/*////////////////////////////
	HEADER COLOURED STRIP
////////////////////////////*/

#topcolouredbar{
	background-image:   url(images/bar_find.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


